Description
Sets the circle geometry to the specified reference circle entity ID.
Syntax
Function RFRefGeomTools.SetRefCircle(refGeomID As RFEntityID, pCircle As RFCircle) As RFErrorCode
The SetRefCircle syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pCircle | [IN] RFCircle Required. Circle data. |