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