|
Whitebeam Template Reference Documentation
|
Collection Template
countArcs()
Count number of arcs that meet a specific search criteria
Syntax
number = rb.collection.countArcs(searchParams)
Parameters
The 'countArcs' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | searchParams | struct arcSearchType | see definition | Required. Structure defining arcs that are to be counted. The parameters are exactly the same as the 'getArcs' method |
Results
The 'countArcs' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Number of arcs meeting search criteria
|
Remarks count arcs |
|
(loadtime : 88ms) |