Description
Returns an RFEntityID value of the annotation for the specified index.
Syntax
Function RFModel.GetInspectAnnotationAt(index As Long, pEntityID As RFEntityID) As RFErrorCode
The GetInspectAnnotationAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Index of the annotation. |
| pEntityID | [OUT] RFEntityID Required. Annotation's RFEntityID. |
Remarks