Description
Sets the data of specified note.
Syntax
Function RFNote.SetNote(noteID As RFEntityID, pNeedlePos As RFPoint3, pScreenPos As RFSPoint, strMessage As String) As RFErrorCode
The SetNote syntax has these parts:
| Part | Description |
|---|---|
| noteID | [IN] RFEntityID Required. The note's RFEntityID. |
| pNeedlePos | [IN] RFPoint3 Required. The 3D position of note needle. |
| pScreenPos | [IN] RFSPoint Required. The position of note in screen. |
| strMessage | [IN] String Required. The message of note. |