VS:NumFields

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

Returns the number of fields in the referenced record.

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

Parameters

h HANDLE Handle to record.

Example

VectorScript

totalFields:=NumFields(HandleToRecord);

Python


Version

Availability: from All Versions