Method GetGeometricToleranceDatumSystemGroupValues
GetGeometricToleranceDatumSystemGroupValues(ElementId, int, int, int, out List<string>, out List<ModifierType>)
Gets the geometric tolerance datum system group values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
void GetGeometricToleranceDatumSystemGroupValues(ElementId inGeometricTolerance, int inToleranceFrameIndex, int inDatumSystemGroupIndex, int inGroupOfDatumIndex, out List<string> outText, out List<ModifierType> outModifiers)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inGeometricTolerance | Identifier of the element to analyze. |
| int | inToleranceFrameIndex | Index of the tolerance frame. |
| int | inDatumSystemGroupIndex | Index of the datum feature system. |
| int | inGroupOfDatumIndex | Index of the group of datum. |
| List<string> | outText | The texts. |
| List<ModifierType> | outModifiers | The modifiers. |
Remarks
This method is available since v7.17.