RFUserInterface.AddRefCircleToProjectTree
Description
Adds a specified reference circle to the project tree.
Syntax
Function RFUserInterface.AddRefCircleToProjectTree(circleID As RFEntityID) As RFErrorCode
The AddRefCircleToProjectTree syntax has these parts:
| Part |
Description |
| circleID |
[IN] RFEntityID Required. Reference circle's RFEntityID to add. |
Remarks
- Reference circles created by entity object's methods such as RFReferenceGeometry.AddRefCircle, and etc. should be registered in the GUI database using this method to make it manageable in the GUI environment.
- When a specified reference circle is already registered in the project tree, this method is ignored.
Return to Rapidform Index