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