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