Model Class

Definition

Namespace: Macad.Core.Topology
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
[SerializeTypeAttribute]
public class Model : Document<InteractiveEntity>
Inheritance
Object    BaseObject    Entity    EntityContainerInteractiveEntity    DocumentInteractiveEntity    Model

Constructors

ModelInitializes a new instance of the Model class

Properties

FilePath
(Inherited from DocumentT)
Guid
(Inherited from Entity)
HasErrors
(Inherited from Entity)
Layers 
Name
(Inherited from DocumentT)
TypeName
(Inherited from Entity)
Workspaces 

Methods

Add
(Inherited from DocumentT)
CreateFromFile 
FindInstance
(Inherited from DocumentT)
FindInstancesTEntity
(Inherited from DocumentT)
MarkAsUnsaved
(Inherited from DocumentT)
Save
(Inherited from DocumentT)
SaveToFile
(Overrides DocumentTSaveToFile(String))

See Also