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; }
Public Property Entities As List(Of EntityObject)
Get
Set
public:
property List<EntityObject^>^ Entities {
List<EntityObject^>^ get ();
void set (List<EntityObject^>^ value);
}
member Entities : List<EntityObject> with get, set
PROPERTY Entities AS List<EntityObject> GET SET
Property Value
Type:
ListEntityObjectRemarks If the boundary path belongs to a non-associative hatch this list will contain zero entities.
See Also