ZOSAPI.Tools.Tolerancing.ITolerancingColumnMetadata Interface Reference
Last update: 17.07.2025
Inheritance diagram for ZOSAPI.Tools.Tolerancing.ITolerancingColumnMetadata:

Public Member Functions | |
| ITolerancingParameter | GetParameter (int index) |
| Gets a parameter at the given index . | |
| TolerancingOperand | GetOperandType () |
| ITeziData | AsTeziData () |
Properties | |
| TolerancingColumnName | Name [get] |
| int | NumberOfParameters [get] |
| ITolerancingSummaryStatistics | SummaryStatistics [get] |
| bool | IsOperand [get] |
| Gets a value indicating whether this column represents an operand. | |
Member Function Documentation
◆ AsTeziData()
| ITeziData ZOSAPI.Tools.Tolerancing.ITolerancingColumnMetadata.AsTeziData | ( | ) |
◆ GetOperandType()
| TolerancingOperand ZOSAPI.Tools.Tolerancing.ITolerancingColumnMetadata.GetOperandType | ( | ) |
◆ GetParameter()
| ITolerancingParameter ZOSAPI.Tools.Tolerancing.ITolerancingColumnMetadata.GetParameter | ( | int | index | ) |
Gets a parameter at the given index .
- Parameters
-
index The 0-based index of the parameter.
- Returns
- The parameter at the given index, if the value of index is valid.
- Exceptions
-
ArgumentOutOfRangeException Thrown when index is invalid (i.e., when index <0 or index >=NumberOfParameters).
Property Documentation
◆ IsOperand
|
get |
Gets a value indicating whether this column represents an operand.
◆ Name
|
get |
◆ NumberOfParameters
|
get |
◆ SummaryStatistics
|
get |