Click or drag to resize

HatchBoundaryPathEntities Property

Gets the list of entities that makes the boundary.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> Entities { get; set; }

Property Value

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