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
d9467fab 27ac 8b45 69a1 d56e77ba85c5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the tolerances format for dimensions.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleTolerances Tolerances { get; set; }
VB
Public Property Tolerances As DimensionStyleTolerances
Get
Set
C++
public:
property DimensionStyleTolerances^ Tolerances {
DimensionStyleTolerances^ get ();
void set (DimensionStyleTolerances^ value);
}
F#
member Tolerances : DimensionStyleTolerances with get, set