Click or drag to resize

ProprietaryData Class

Represents a ProprietaryData line.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesProprietaryData

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

The ProprietaryData type exposes the following members.

Constructors
  NameDescription
Public methodProprietaryData
Initializes a new instance of the LwPolylineVertex class.
Public methodProprietaryData(String)
Initializes a new instance of the LwPolylineVertex class.
Top
Properties
  NameDescription
Public propertyLine
Gets or sets the light weight polyline vertex position.
Top
Methods
  NameDescription
Public methodClone
Creates a new LwPolylineVertex that is a copy of the current instance.
Top
See Also