Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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^,array<DicomInstanceInformation^>>^ MedicalViewerCellInstances { DictionaryWithEvents<MedicalViewerCell^,array<DicomInstanceInformation^>>^ get(); }