SoImageVizEngineAnalysisOutputAnalysisResultTypeGetDetail Method (UInt64) |
Returns index-th detail of the given image analysis output.
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public AnalysisResultType GetDetail(
ulong index
)
Public Function GetDetail (
index As ULong
) As AnalysisResultType
public:
AnalysisResultType GetDetail(
unsigned long long index
)
member GetDetail :
index : uint64 -> 'AnalysisResultType
Parameters
- index
- Type: SystemUInt64
index of the detail. Must be in the range 0..GetNumDetails()
Return Value
Type:
AnalysisResultTypeExceptions Exception | Condition |
---|
IndexOutOfRangeException | if 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