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