- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType that the window level presets are for.
| Visual Basic (Declaration) | |
|---|---|
Function GetModalityWindowLevelPresets( _ ByVal modality As ModalityType _ ) As WindowLevelInformation() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IModalitySettingsDataSource Dim modality As ModalityType Dim value() As WindowLevelInformation value = instance.GetModalityWindowLevelPresets(modality) | |
| C# | |
|---|---|
WindowLevelInformation[] GetModalityWindowLevelPresets( ModalityType modality ) | |
| Managed Extensions for C++ | |
|---|---|
WindowLevelInformation*[]* GetModalityWindowLevelPresets( ModalityType modality ) | |
| C++/CLI | |
|---|---|
array<WindowLevelInformation^>^ GetModalityWindowLevelPresets( ModalityType modality ) | |
Parameters
- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType that the window level presets are for.
Return Value
An System.Array of WindowLevelInformation objects for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code