Description
Draws a user text in the document pane.
Syntax
Function RFDrawTools.DrawUserText(pPositionInViewWindow As RFSPoint, message As String) As RFEntityID
The DrawUserText syntax has these parts:
| Part | Description |
|---|---|
| pPositionInViewWindow | [IN] RFSPoint Required. The position of text's upper-left corner in view window. |
| message | [IN] String Required. Text to be displayed. |
Remarks