C#
VB
C++
Initializes a new instance of the VolumeIdentifier class.
public VolumeIdentifier(
int volumneNumber,
string seriesInstanceUID
)
Public Function New( _
ByVal volumneNumber As Integer, _
ByVal seriesInstanceUID As String _
)
public:
VolumeIdentifier(
int volumneNumber,
String^ seriesInstanceUID
)
volumneNumber
Type: System.Int32. The number of the 3D volume within a series.
seriesInstanceUID
Type: System.String The Series Instance UID of the series which the 3D volume was generated from.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET