SiDicomDataSetGetElement Method (UInt64) |
Get the n-th element of this data set.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SiDicomElement GetElement(
ulong idx
)
Public Function GetElement (
idx As ULong
) As SiDicomElement
public:
SiDicomElement^ GetElement(
unsigned long long idx
)
member GetElement :
idx : uint64 -> SiDicomElement
Parameters
- idx
- Type: SystemUInt64
the index of the element in the data set.
Return Value
Type:
SiDicomElementa pointer to the n-th element or NULL if idx is greater than the data set length.
Remarks See Also