Class BuilderImportCore
Last update: 16.07.2025Namespace: VM.Managed.CAD
Assembly: VMAppCore.dll
This class is to represent the builder of import core.
public class BuilderImportCore : Object<importbuildereventcore>, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inherited Members
Object
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BuilderImportCore(string)
Initializes a new instance of the
public BuilderImportCore(string strFilePath)
Parameters
strFilePath string
File path to import.
BuilderImportCore()
Initializes a new instance of the
public BuilderImportCore()
Properties
ImportBodyFileCore
Gets the file. core of import body.
public string ImportBodyFileCore { get; }
Property Value
Methods
DeleteImportBodyFile()
Delete the file for imported body.
public void DeleteImportBodyFile()
SetFilePath(string)
Sets the file for imported body.
public void SetFilePath(string strFilePath)
Parameters
strFilePath string