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