Description
Returns an RFCone value from a reference cone having the specified index.
Syntax
Function RFReferenceGeometry.GetRefConeAt(index As Long, pRefCone As RFCone) As RFErrorCode
The GetRefConeAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Reference cone index to retrieve the geometry information. |
| pRefCone | [OUT] RFCone Required. The geometry information of reference cone. |
Remarks