ACadSharp.CadObject - DomCR/ACadSharp GitHub Wiki
Represents an element in a CadDocument.
Namespace: ACadSharp
C#
public abstractclass CadObject
Returns | Name | Summary |
---|---|---|
CadDocument |
Document | Document where this element belongs. |
ExtendedDataDictionary |
ExtendedData | Extended data attached to this object. |
UInt64 |
Handle | Unique handle for this object |
Boolean |
HasDynamicSubclass | Flag that indicates if this object has a dynamic dxf sublcass. |
String |
ObjectName | The CAD class name of an object. |
ObjectType |
ObjectType | Get the object type. |
IHandledCadObject |
Owner | Soft-pointer ID/handle to owner object. |
IEnumerable<CadObject> |
Reactors | Objects that are attached to this object. |
String |
SubclassMarker | Object Subclass marker. |
CadDictionary |
XDictionary | Extended Dictionary object. |
Returns | Name | Summary |
---|---|---|
Void |
AddReactor(ACadSharp.CadObject) | Add a reactor object linked to this one. |
Void |
CleanReactors | Removes any reactor object that doesn't belong to the same as this . |
CadObject |
Clone | Creates a new object that is a copy of the current instance. |
CadDictionary |
CreateExtendedDictionary | Creates the extended dictionary if null. |
String |
ToString |