EntityObjectOwner Property
|
Gets the owner of the actual dxf object.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Block Owner { get; set; }
Public Property Owner As Block
Get
Set
public:
property Block^ Owner {
Block^ get ();
void set (Block^ value);
}
member Owner : Block with get, set
PROPERTY Owner AS Block GET SET
Property Value
Type:
BlockSee Also