Description
Sets the position of specified user text.
Syntax
Function RFDrawTools.SetUserTextPosition(userTextID As RFEntityID, pPositionInViewWindow As RFSPoint) As RFErrorCode
The SetUserTextPosition syntax has these parts:
| Part | Description |
|---|---|
| userTextID | [IN] RFEntityID Required. RFEntityID of user text. |
| pPositionInViewWindow | [IN] RFSPoint Required. The position of text's upper-left corner in view window. |
Remarks