Click or drag to resize
SoLabelAnalysisResultGetMeasureIndex Method

Returns the index of the measure named measureName.

Namespace: OIV.ImageViz.Nodes.Analysis
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetMeasureIndex(
	string measureName
)

Parameters

measureName
Type: SystemString

Return Value

Type: Int32
Remarks

-1 is returned if the given measure is not in the analysis.

See Also