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

0c260af0 0df4 6b39 5ba0 e7429d5c5dd5

haplokuon edited this page May 6, 2023 · 1 revision

Arcs Property

netDxf 3.0.0 Library

Gets the list of arcs contained in the active layout.

Definition

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

C#

public IEnumerable<Arc> Arcs { get; }

VB

Public ReadOnly Property Arcs As IEnumerable(Of Arc)
	Get

C++

public:
property IEnumerable<Arc^>^ Arcs {
	IEnumerable<Arc^>^ get ();
}

F#

member Arcs : IEnumerable<Arc> with get

Property Value

IEnumerable(Arc)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally