|
Description
|
Returns/sets the current line type name of the drawing.
|
Syntax Visual Basic
|
[form.]DXFReader.CurrentLineType[ = Text$]
|
|
Visual C++
|
CString DXFReader.GetCurrentLineType(); void DXFReader.SetCurrentLineType(LPCTSTR lpszNewValue);
|
|
Delphi
|
property CurrentLineType: WideString;
|
|
C#
|
string DXFReader.CurrentLineType;
|
|
Remarks
|
This property isn't showed in Property Browser but is showed in the Object Browser.
|
|
Data Type
|
String
|