VS:GetStyle: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:39, 3 February 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Obsolete function.

FUNCTION GetStyle(
h :HANDLE) : INTEGER;
def vs.GetStyle(h):
    return INTEGER

Parameters

h HANDLE Handle to text object.

Remarks

Deleted this obsolete function as of 9.0.0b7 - PCP 12-21-2000


Returns the style of the first character in the text block h. This function is obsolete. Use GetTextStyle instead.

[sd 8/14/98]

Version

GetStyle is obsolete as of MiniCAD5.0


Availability: from MiniCAD

See Also

VS Functions:

VS:GetTextStyle

VS Functions: [[VS:GetTextStyle]]