Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 533 Bytes

File metadata and controls

35 lines (27 loc) · 533 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

  • Database @ Record