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

c0bec5f3 beca 3e92 e52a 23edd6d47d2a

haplokuon edited this page May 6, 2023 · 1 revision

Owner Property

netDxf 3.0.0 Library

Gets the owner of the actual DXF object.

Definition

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

Property Value

DxfDocument

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally