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