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

145810e7 59d7 ec34 733d c2fce10777f7

haplokuon edited this page May 6, 2023 · 1 revision

Owner Property

netDxf 3.0.0 Library

Gets the owner of the actual viewport.

Definition

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

C#

public VPorts Owner { get; }

VB

Public ReadOnly Property Owner As VPorts
	Get

C++

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

F#

member Owner : VPorts with get

Property Value

VPorts

See Also

Reference

VPort Class
netDxf.Tables Namespace

Clone this wiki locally