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