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