| SiDicomSequenceGetItem Method  | 
Get the n-th nested data set. 
 
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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