HatchBoundaryPathPolylineConvertFrom Method
|
Converts a polyline entity to the edge.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static HatchBoundaryPathPolyline ConvertFrom(
EntityObject entity
)
Public Shared Function ConvertFrom (
entity As EntityObject
) As HatchBoundaryPathPolyline
public:
static HatchBoundaryPathPolyline^ ConvertFrom(
EntityObject^ entity
)
static member ConvertFrom :
entity : EntityObject -> HatchBoundaryPathPolyline
STATIC METHOD ConvertFrom(
entity AS EntityObject
) AS HatchBoundaryPathPolyline
Parameters
- entity
- Type: DXFReaderNET.EntitiesEntityObject
The polyline entity to convert.
Return Value
Type:
HatchBoundaryPathPolylineThe edge.
See Also