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