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 411
47fd166e 7727 e4f5 4b59 dbbe1dae52a7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of dimensions in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Dimension> Dimensions { get; }
VB
Public ReadOnly Property Dimensions As IEnumerable(Of Dimension)
Get
C++
public:
property IEnumerable<Dimension^>^ Dimensions {
IEnumerable<Dimension^>^ get ();
}
F#
member Dimensions : IEnumerable<Dimension> with get
IEnumerable(Dimension)