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 415
c0bec5f3 beca 3e92 e52a 23edd6d47d2a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the owner of the actual DXF object.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfDocument Owner { get; }
VB
Public ReadOnly Property Owner As DxfDocument
Get
C++
public:
property DxfDocument^ Owner {
DxfDocument^ get ();
}
F#
member Owner : DxfDocument with get