Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 666 Bytes

File metadata and controls

33 lines (24 loc) · 666 Bytes

GetObjectVariableInt

Description

Returns the value of a VectorWorks object property. Used with properties returning an INTEGER value.

For specific object selector index values, see the [[VS:Function Reference Appendix#Appendix G - Object Selectors|Appendix]].

FUNCTION GetObjectVariableInt(
				h     : HANDLE;
				index : INTEGER): INTEGER;
def vs.GetObjectVariableInt(h, index):
    return INTEGER

Parameters

Name Type Description
h HANDLE Handle to object.
index INTEGER Object property index.

Examples

mplexDialogLayout4}}

Version

Availability: from VectorWorks9.0

Category

  • Object Info