Leadtools.MedicalViewer Namespace > MedicalViewerRequestedFramesInformationEventArgs Class : RequestedFramesIndexes Property |
public int[] RequestedFramesIndexes {get;}
'Declaration Public ReadOnly Property RequestedFramesIndexes As Integer()
'Usage Dim instance As MedicalViewerRequestedFramesInformationEventArgs Dim value() As Integer value = instance.RequestedFramesIndexes
public: property array<int>^ RequestedFramesIndexes { array<int>^ get(); }