|
Description
|
Returns a reference to the LineType object.
|
Syntax Visual Basic
|
Dim ObjectVar As DXFReaderLineType Set ObjectVar = [form.]DXFReader.LineType
|
|
Visual C++
|
CDXFReaderLineType DXFReader.GetLineType();
|
|
Delphi
|
property LineType: _DXFReaderLineType;
|
|
C#
|
DXFReaderLineType DXFReader.LineType;
|
|
Remarks
|
See the LineTypes property for the list of properties for the LineType object.
|
|
Data Type
|
DXFReaderLineType
|