This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
b0e163eb 3c94 22bb a4d0 ac6b55d2ad6b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the ISO-25 dimension style as defined in AutoCad.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static DimensionStyle Iso25 { get; }
VB
Public Shared ReadOnly Property Iso25 As DimensionStyle
Get
C++
public:
static property DimensionStyle^ Iso25 {
DimensionStyle^ get ();
}
F#
static member Iso25 : DimensionStyle with get