- modality
- A Leadtools.Dicom.Common.DataTypes.ModalityType object that represents the modality.
| Visual Basic (Declaration) | |
|---|---|
Public Function GetModalityWindowLevelPresets( _ ByVal modality As ModalityType _ ) As WindowLevelInformation() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ModalitySettingsDataSource Dim modality As ModalityType Dim value() As WindowLevelInformation value = instance.GetModalityWindowLevelPresets(modality) | |
| C# | |
|---|---|
public WindowLevelInformation[] GetModalityWindowLevelPresets( ModalityType modality ) | |
| Managed Extensions for C++ | |
|---|---|
public: WindowLevelInformation*[]* GetModalityWindowLevelPresets( ModalityType modality ) | |
| C++/CLI | |
|---|---|
public: array<WindowLevelInformation^>^ GetModalityWindowLevelPresets( ModalityType modality ) | |
Parameters
- modality
- A Leadtools.Dicom.Common.DataTypes.ModalityType object that represents the modality.
Return Value
An System.Array of WindowLevelInformation objects that represent the window level presets for the specified modality.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