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

9b370125 0723 2b7e d80f a219aa10d5db

haplokuon edited this page May 6, 2023 · 1 revision

Splines Property

netDxf 3.0.0 Library

Gets the list of splines in the active layout.

Definition

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

C#

public IEnumerable<Spline> Splines { get; }

VB

Public ReadOnly Property Splines As IEnumerable(Of Spline)
	Get

C++

public:
property IEnumerable<Spline^>^ Splines {
	IEnumerable<Spline^>^ get ();
}

F#

member Splines : IEnumerable<Spline> with get

Property Value

IEnumerable(Spline)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally