Gets the owner of the actual dxf object.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Insert Owner { get; }
Public ReadOnly Property Owner As Insert
Get
public:
property Insert^ Owner {
Insert^ get ();
}
member Owner : Insert with get
PROPERTY Owner AS Insert GET
Property Value
Type:
InsertSee Also