Click or drag to resize
SbImageDataVoxelGetValueT Method
Gets value at specifed index.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public T GetValue<T>(
	ulong index
)
where T : struct, new()

Parameters

index
Type: SystemUInt64
Value's index

Type Parameters

T
Type to cast to.

Return Value

Type: T
Exceptions
ExceptionCondition
ArgumentOutOfRangeException if index is greater than
GetChannelType().Num
.
ArgumentException if T is not the same type as the image data.
See Also