Description
Collects entity's ID of all annotations in the model in an RFEntityID array and retieves a Long value indicating the number of annotations.
Syntax
Sub RFModel.EnumAnnotations(pAnnotationIDs As RFEntityID, pAnnotationCount As Long)
The EnumAnnotations syntax has these parts:
| Part | Description |
|---|---|
| pAnnotationIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store annotation's RFEntityIDs. |
| pAnnotationCount | [IN, OUT] Long Required. The size of pAnnotationIDs array. |
Remarks