This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
21f87228 0b11 1ee7 b6cf 8edbcab34b19
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the base class for all DXF objects.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public abstract class DxfObject
VB
Public MustInherit Class DxfObject
C++
public ref class DxfObject abstract
F#
[<AbstractClassAttribute>]
type DxfObject = class end
CodeName | Gets the DXF object name. |
Handle | Gets the handle assigned to the DXF object. |
Owner | Gets the owner of the actual DxfObject. |
XData | Gets the entity extended data. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Obtains a string that represents the DXF object. (Overrides Object.ToString()) |
XDataAddAppReg | |
XDataRemoveAppReg |