Description
Deletes a specified reference point in both model and project tree. Then it returns an RFErrorCode value indicating whether there occurs error or not.
Syntax
Function RFRefGeomTools.DeleteRefPoint(refGeomID As RFEntityID) As RFErrorCode
The DeleteRefPoint syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference point's RFEntityID to delete. |
Remarks