HatchBoundaryPathEdges Property
|
Gets the list of entities that makes a loop for the hatch boundary paths.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<HatchBoundaryPathEdge> Edges { get; set; }
Public Property Edges As List(Of HatchBoundaryPathEdge)
Get
Set
public:
property List<HatchBoundaryPathEdge^>^ Edges {
List<HatchBoundaryPathEdge^>^ get ();
void set (List<HatchBoundaryPathEdge^>^ value);
}
member Edges : List<HatchBoundaryPathEdge> with get, set
PROPERTY Edges AS List<HatchBoundaryPathEdge> GET SET
Property Value
Type:
ListHatchBoundaryPathEdgeSee Also