Click or drag to resize

PolylineVertex Class

Represents a polyline vertex.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.EntitiesPolylineVertex

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class PolylineVertex : DxfObject, 
	ICloneable

The PolylineVertex type exposes the following members.

Constructors
  NameDescription
Public methodPolylineVertex
Initializes a new instance of the PolylineVertex class.
Public methodPolylineVertex(Vector3)
Initializes a new instance of the PolylineVertex class.
Public methodPolylineVertex(Double, Double, Double)
Initializes a new instance of the PolylineVertex class.
Top
Properties
  NameDescription
Public propertyBulge
Gets or set the light weight polyline bulge.
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyEndWidth
Gets or sets the light weight polyline end segment width.
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyOwner
Gets the owner of the actual dxf object.
(Inherited from DxfObject.)
Public propertyPosition
Gets or sets the vertex position.
Public propertyStartWidth
Gets or sets the light weight polyline start segment width.
Top
Methods
  NameDescription
Public methodClone
Creates a new PolylineVertex that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.)
Top
See Also