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

9dfd93c7 57f1 0345 278e 1e43351ffd17

haplokuon edited this page May 6, 2023 · 1 revision

Owner Property

netDxf 3.0.0 Library

Gets the owner of the actual view.

Definition

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

C#

public Views Owner { get; }

VB

Public ReadOnly Property Owner As Views
	Get

C++

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

F#

member Owner : Views with get

Property Value

Views

See Also

Reference

View Class
netDxf.Tables Namespace

Clone this wiki locally