Description
Searches and collects reference coordinates named as specified in an RFEntityID array and returns a Long value indicating the number of reference cooridnates found.
Syntax
Function RFReferenceGeometry.FindRefCoordinatesByName(Name As String, firstOnly As Boolean, maxCount As Long, pIDs As RFEntityID) As Long
The FindRefCoordinatesByName syntax has these parts:
| Part | Description |
|---|---|
| Name | [IN] String Required. String expression represents a name of a reference coorinate to search. |
| firstOnly | [IN] Boolean Required. It determines if the searching stops when the first reference geometry is found which is named as specified. |
| maxCount | [IN] Long Required. The size of pIDs array. (Maximum number of found reference geometries expected.) |
| pIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store reference geometries RFEntityID. |
Remarks