SiDicomSequenceGetItem Method |
Get the n-th nested data set.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SiDicomDataSet GetItem(
ulong idx
)
Public Function GetItem (
idx As ULong
) As SiDicomDataSet
public:
SiDicomDataSet^ GetItem(
unsigned long long idx
)
member GetItem :
idx : uint64 -> SiDicomDataSet
Parameters
- idx
- Type: SystemUInt64
the index of the nested data set to get.
Return Value
Type:
SiDicomDataSeta pointer to the n-th data set or NULL if idx is greater than the length of the sequence.
Remarks See Also