Click or drag to resize
SoImageVizEngineAnalysisOutputAnalysisResultTypeGetDetail Method (UInt64)
Returns index-th detail of the given image analysis output.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public AnalysisResultType GetDetail(
	ulong index
)

Parameters

index
Type: SystemUInt64
index of the detail. Must be in the range 0..GetNumDetails()

Return Value

Type: AnalysisResultType
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionif index is out of range.
Remarks
Returns index-th detail of the given image analysis output. In general there is as many detail than there is slices in the analyzed image (or one detail with 3D input image). But some image analysis engine's output can generate multiple detail per slices (or per volume in 3D).
See Also