This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
92fe829a 4cb1 2de4 2df4 0d831bcfcbd8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of edges that makes a loop for the hatch boundary path.
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
IReadOnlyList(HatchBoundaryPath.Edge)