Method GetGeometricToleranceFrameToleranceSymbolType
GetGeometricToleranceFrameToleranceSymbolType(ElementId, int)
Gets the tolerance symbol type of a geometric tolerance frame.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
ToleranceSymbolType? GetGeometricToleranceFrameToleranceSymbolType(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 |
|---|---|
| ToleranceSymbolType? | The tolerance symbol type. |
Remarks
This method is available since v7.17.