Leadtools.Medical.Workstation Namespace > WorkstationState Class : MedicalViewerCellInstances Property |
public virtual DictionaryWithEvents<MedicalViewerCell,DicomInstanceInformation[]> MedicalViewerCellInstances {get;}
'Declaration Public Overridable ReadOnly Property MedicalViewerCellInstances As DictionaryWithEvents(Of MedicalViewerCell,DicomInstanceInformation())
'Usage Dim instance As WorkstationState Dim value As DictionaryWithEvents(Of MedicalViewerCell,DicomInstanceInformation()) value = instance.MedicalViewerCellInstances
public: __property virtual DictionaryWithEvents<MedicalViewerCell*,DicomInstanceInformation*[]>* get_MedicalViewerCellInstances();
public: virtual property DictionaryWithEvents<MedicalViewerCell*,DicomInstanceInformation*[]>* MedicalViewerCellInstances { DictionaryWithEvents<MedicalViewerCell*,DicomInstanceInformation*[]>* get(); }