Initializes a new instance of the Volume3DStoredEventArgs class.
public Volume3DStoredEventArgs(
Medical3DControl m3dCell,
string seriesInstanceUID,
string volumeData,
VolumeIdentifier identifier
)
Public Function New( _
ByVal m3dCell As Leadtools.Medical3d.Medical3DControl, _
ByVal seriesInstanceUID As String, _
ByVal volumeData As String, _
ByVal identifier As [Leadtools.Medical.Workstation.Dataaccesslayer.VolumeIdentifier](../my/volumeidentifier.md) _
)
public:
Volume3DStoredEventArgs(
Leadtools.Medical3d.Medical3DControl^ m3dCell,
String^ seriesInstanceUID,
String^ volumeData,
Leadtools.Medical.Workstation.Dataaccesslayer.VolumeIdentifier^ identifier
)
m3dCell
The Leadtools.Medical3D.Medical3DControl that is used to get the stored volume information from.
seriesInstanceUID
The Series Instance UID to which the stored volume belongs to.
volumeData
A System.String that represents the custom data the is stored with the volume.
identifier
The Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier for the stored volume.
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