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

380419c5 3380 f17f 4e21 07ec08646065

haplokuon edited this page May 6, 2023 · 1 revision

Shapes Property

netDxf 3.0.0 Library

Gets the list of shapes in the active layout.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IEnumerable<Shape> Shapes { get; }

VB

Public ReadOnly Property Shapes As IEnumerable(Of Shape)
	Get

C++

public:
property IEnumerable<Shape^>^ Shapes {
	IEnumerable<Shape^>^ get ();
}

F#

member Shapes : IEnumerable<Shape> with get

Property Value

IEnumerable(Shape)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally