TryGetValue Method

Summary
Gets the ModalityOptions value for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.
Syntax
C#
VB
C++
public bool TryGetValue( 
   ModalityType modality, 
   out ModalityOptions options 
) 
  
Public Function TryGetValue( _ 
   ByVal modality As ModalityType, _ 
   ByRef options As ModalityOptions _ 
) As Boolean 
public: 
bool TryGetValue(  
   ModalityType modality, 
   [Out] ModalityOptions^ options 
)  

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType object which ModalityOptions will be returned.

options
A ModalityOptions object to be returned for the specified modality.

Return Value

True if a ModalityOptions object is found and returned in the options parameter. False if no valid object is returned.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.