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 415
5e41e014 0321 2b97 0e31 08a048d2b062
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the type of the dimension style to override.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleOverrideType Type { get; }
VB
Public ReadOnly Property Type As DimensionStyleOverrideType
Get
C++
public:
property DimensionStyleOverrideType Type {
DimensionStyleOverrideType get ();
}
F#
member Type : DimensionStyleOverrideType with get