Description
Returns an RFEntityID value indicating a newly added entity ID of the reference circle containing the specified circle geometry and name.
Syntax
Function RFReferenceGeometry.AddRefCircle(pCircle As RFCircle, Name As String) As RFEntityID
The AddRefCircle syntax has these parts:
| Part | Description |
|---|---|
| pCircle | [IN] RFCircle Required. Circle data. |
| Name | [IN] String Required. String expression that identifies the reference geometry's name. |
Remarks