Click or drag to resize

HatchBoundaryPathPolyline Class

Represents a polyline boundary.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchBoundaryPathEdge
    DXFReaderNET.EntitiesHatchBoundaryPathPolyline

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class Polyline : HatchBoundaryPathEdge

The HatchBoundaryPathPolyline type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldIsClosed
Gets or sets if the polyline edge is closed.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPathEdge.)
Public fieldVertexes
Gets or sets the polyline edge vertex list.
Top
See Also