SoLabelAnalysisResultGetMeasureIndex Method |
Returns the index of the measure named measureName.
Namespace: OIV.ImageViz.Nodes.AnalysisAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetMeasureIndex(
string measureName
)
Public Function GetMeasureIndex (
measureName As String
) As Integer
public:
int GetMeasureIndex(
String^ measureName
)
member GetMeasureIndex :
measureName : string -> int
Parameters
- measureName
- Type: SystemString
Return Value
Type:
Int32Remarks -1 is returned if the given measure is not in the analysis.
See Also