EOS_PT_NRECS
Syntax | Return Value | Arguments | Keywords | Examples | Version History
This function returns the number of records in a given level.
Syntax
Result = EOS_PT_NRECS( pointID, level)
Return Value
Returns number of records in a given level if successful and FAIL (–1) otherwise.
Arguments
pointID
Point id (long) returned by EOS_PT_CREATE or EOS_PT_ATTACH.
level
Level number (0-based long).
Keywords
None
Examples
In this example, we retrieve the number of records in the first level of the 2nd point defined previously:
Version History