Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 574 Bytes

File metadata and controls

34 lines (27 loc) · 574 Bytes

NumRecords

Description

Returns the number of records attached to the referenced object.

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

Parameters

Name Type Description
h HANDLE Handle to object.

Examples

VectorScript

numAttached:=NumRecords(HandleToObject);

Python

numAttached = vs.NumRecords(HandleToObject)

Version

Availability: from All Versions

Category