SoLabelAnalysisResultGetValueAsString Method |
Returns the result as a string value for the given measure and measure's component.
Namespace: OIV.ImageViz.Nodes.AnalysisAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetValueAsString(
int labelIndex,
int measureIndex,
int measureComponent
)
Public Function GetValueAsString (
labelIndex As Integer,
measureIndex As Integer,
measureComponent As Integer
) As String
public:
String^ GetValueAsString(
int labelIndex,
int measureIndex,
int measureComponent
)
member GetValueAsString :
labelIndex : int *
measureIndex : int *
measureComponent : int -> string
Parameters
- labelIndex
- Type: SystemInt32
- measureIndex
- Type: SystemInt32
- measureComponent
- Type: SystemInt32
Return Value
Type:
StringRemarks See Also