Click or drag to resize

MLineVertex Class

Represents a multiline vertex.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesMLineVertex

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

The MLineVertex type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the MLine vertex direction.
Public propertyDistances
Gets the multiline vertex distances lists.
Public propertyLocation
Gets the MLine vertex position.
Public propertyMiter
Gets the MLine vertex miter.
Top
Methods
  NameDescription
Public methodClone
Creates a new MLineVertex that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also