Method GetGeometricToleranceFrameGroupDatumFeatureCount
GetGeometricToleranceFrameGroupDatumFeatureCount(ElementId, int, int)
Gets the datum feature count of a datum feature system.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
int GetGeometricToleranceFrameGroupDatumFeatureCount(ElementId inGeometricTolerance, int inToleranceFrameIndex, int inDatumSystemGroupIndex)
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. |
Returns
| Type | Description |
|---|---|
| int | The count of datum feature. |
Remarks
This method is available since v7.17.