Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

200c64f5 d4cb 37cb 9251 bd53f4334638

haplokuon edited this page May 6, 2023 · 1 revision

Owner Property

netDxf 3.0.0 Library

Gets the owner of the actual DxfObject.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DxfObject Owner { get; }

VB

Public ReadOnly Property Owner As DxfObject
	Get

C++

public:
property DxfObject^ Owner {
	DxfObject^ get ();
}

F#

member Owner : DxfObject with get

Property Value

DxfObject

See Also

Reference

DxfObject Class
netDxf Namespace

Clone this wiki locally