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

92fe829a 4cb1 2de4 2df4 0d831bcfcbd8

haplokuon edited this page May 6, 2023 · 1 revision

Edges Property

netDxf 3.0.0 Library

Gets the list of edges that makes a loop for the hatch boundary path.

Definition

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

C#

public IReadOnlyList<HatchBoundaryPath.Edge> Edges { get; }

VB

Public ReadOnly Property Edges As IReadOnlyList(Of HatchBoundaryPath.Edge)
	Get

C++

public:
property IReadOnlyList<HatchBoundaryPath.Edge^>^ Edges {
	IReadOnlyList<HatchBoundaryPath.Edge^>^ get ();
}

F#

member Edges : IReadOnlyList<HatchBoundaryPath.Edge> with get

Property Value

IReadOnlyList(HatchBoundaryPath.Edge)

See Also

Reference

HatchBoundaryPath Class
netDxf.Entities Namespace

Clone this wiki locally