ProprietaryData Constructor (String)
|
Initializes a new instance of the LwPolylineVertex class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ProprietaryData(
string Line
)
Public Sub New (
Line As String
)
public:
ProprietaryData(
String^ Line
)
new :
Line : string -> ProprietaryData
CONSTRUCTOR(
Line AS STRING
)
Parameters
- Line
- Type: SystemString
Lightweight polyline vertex coordinates.
See Also