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