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

46ec1c1c 9d76 6f13 5c0b 370eb50920ca

haplokuon edited this page May 6, 2023 · 1 revision

StackUnits Property

netDxf 3.0.0 Library

Gets or set if the Architectural or Fractional linear units will be shown stacked or not. (DIMALTU)

Definition

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

C#

public bool StackUnits { get; set; }

VB

Public Property StackUnits As Boolean
	Get
	Set

C++

public:
property bool StackUnits {
	bool get ();
	void set (bool value);
}

F#

member StackUnits : bool with get, set

Property Value

Boolean

Remarks

This value only is applicable if the DimLengthUnits property has been set to Architectural or Fractional, for any other value this parameter is not applicable.

See Also

Reference

DimensionStyleAlternateUnits Class
netDxf.Tables Namespace

Clone this wiki locally