Description
Retrieves the circle geometry from the specified reference circle entity ID.
Syntax
Function RFReferenceGeometry.GetRefCircle(refGeomID As RFEntityID, pRefCircle As RFCircle) As RFErrorCode
The GetRefCircle syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pRefCircle | [OUT] RFCircle Required. Circle data. |