This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
46ec1c1c 9d76 6f13 5c0b 370eb50920ca
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set if the Architectural or Fractional linear units will be shown stacked or not. (DIMALTU)
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
SetC++
public:
property bool StackUnits {
bool get ();
void set (bool value);
}F#
member StackUnits : bool with get, setBoolean
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.