Gets a dictionary which contains the Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier objects for 3D volumes loaded into a Leadtools.Medical3D.Medical3DControl.
public virtual DictionaryWithEvents<Medical3DControl, VolumeIdentifier> Medical3DControlDataId { get; }
Public Overridable ReadOnly Property Medical3DControlDataId As Leadtools.Medical.Workstation.DictionaryWithEvents(Of Medical3DControl,VolumeIdentifier)
public:
virtual property Leadtools.Medical.Workstation.DictionaryWithEvents<Medical3DControl^,VolumeIdentifier^>^ Medical3DControlDataId {
Leadtools.Medical.Workstation.DictionaryWithEvents<Medical3DControl^,VolumeIdentifier^>^ get();
}
A DictionaryWithEvents<TKey,TValue> that contains the Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier objects for 3D volumes loaded into a Leadtools.Medical3D.Medical3DControl.
Adding information into the dictionary should be performed by the components loading or storing a 3D volume. Items will be removed when the Leadtools.Medical3D.Medical3DControl is no longer used.
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