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
7010f0ae 3e83 c953 4284 8441f3d9417c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of tolerance in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Tolerance> Tolerances { get; }
VB
Public ReadOnly Property Tolerances As IEnumerable(Of Tolerance)
Get
C++
public:
property IEnumerable<Tolerance^>^ Tolerances {
IEnumerable<Tolerance^>^ get ();
}
F#
member Tolerances : IEnumerable<Tolerance> with get
IEnumerable(Tolerance)