Description
Returns an RFEntityID value of the dimension for the specified index.
Syntax
Function RFModel.GetInspectDimensionAt(index As Long, pEntityID As RFEntityID) As RFErrorCode
The GetInspectDimensionAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Index of the dimension. |
| pEntityID | [OUT] RFEntityID Required. Dimension's RFEntityID. |
Remarks