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