VS:GetSize

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Obsolete function.

FUNCTION GetSize(
h :HANDLE) : INTEGER;
def vs.GetSize(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 font size in points of the first character in the text block h. This function is obsolete. Use GetTextSize instead.

[sd 8/14/98]

Version

GetSize is obsolete as of MiniCAD5.0


Availability: from MiniCAD

See Also

VS Functions:

VS:GetTextSize

VS Functions: [[VS:GetTextSize]]