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