Description
Retrieves the cone geometry from the specified reference cone entity ID.
Syntax
Function RFReferenceGeometry.GetRefCone(refGeomID As RFEntityID, pRefCone As RFCone) As RFErrorCode
The GetRefCone syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pRefCone | [OUT] RFCone Required. Cone data. |