Method GetGeometricToleranceFrameToleranceValue
GetGeometricToleranceFrameToleranceValue(ElementId, int)
Gets the tolerance value of a geometric tolerance frame.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
Real GetGeometricToleranceFrameToleranceValue(ElementId inGeometricTolerance, int inToleranceFrameIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inGeometricTolerance | Identifier of the element to analyze. |
| int | inToleranceFrameIndex | Index of the tolerance frame. |
Returns
| Type | Description |
|---|---|
| Real | The value of the tolerance frame. |
Remarks
This method is available since v7.17.