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