Click or drag to resize

HatchBoundaryPathEntities Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of entities that makes the boundary.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IReadOnlyList<EntityObject> Entities { get; }
Request Example View Source

Property Value

Type: IReadOnlyListEntityObject
Remarks
If the boundary path belongs to a non-associative hatch this list will contain zero entities.
See Also