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