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

07927f3f 5943 cdf8 3c84 03014db6188c

haplokuon edited this page May 6, 2023 · 1 revision

Stacking Property

netDxf 3.0.0 Library

Viewport status field:
-1 = On, but is fully off screen, or is one of the viewports that is not active because the $MAXACTVP count is currently being exceeded.
0 = Off
1 = Stacking value reserved for the layout view. positive value = On and active. The value indicates the order of stacking for the viewports, where 1 is the active viewport, 2 is the next, and so forth.

Definition

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

C#

public short Stacking { get; set; }

VB

Public Property Stacking As Short
	Get
	Set

C++

public:
property short Stacking {
	short get ();
	void set (short value);
}

F#

member Stacking : int16 with get, set

Property Value

Int16

See Also

Reference

Viewport Class
netDxf.Entities Namespace

Clone this wiki locally