Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

47fd166e 7727 e4f5 4b59 dbbe1dae52a7

haplokuon edited this page May 6, 2023 · 1 revision

Dimensions Property

netDxf 3.0.0 Library

Gets the list of dimensions in the active layout.

Definition

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

Property Value

IEnumerable(Dimension)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally