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