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 409
e11c1134 0796 2e68 af80 011979791167
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the dimension type.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionType DimensionType { get; }
VB
Public ReadOnly Property DimensionType As DimensionType
Get
C++
public:
property DimensionType DimensionType {
DimensionType get ();
}
F#
member DimensionType : DimensionType with get