LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

GetAddInCustomData<T> Method

Show in webframe





Type of custom data to return.
Name of the addin.
Name of the custom data.
Gets the addin custom data.
Syntax
public T GetAddInCustomData<T>( 
   string addinName,
   string customDataName
)
'Declaration
 
Public Function GetAddInCustomData(Of T)( _
   ByVal addinName As String, _
   ByVal customDataName As String _
) As T
'Usage
 
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim value As T
 
value = instance.GetAddInCustomData(Of T)(addinName, customDataName)

            

            
public:
T^ GetAddInCustomDatageneric<typename T>
( 
   String^ addinName,
   String^ customDataName
) 

Parameters

addinName
Name of the addin.
customDataName
Name of the custom data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.
Requirements

Target Platforms

See Also

Reference

AdvancedSettings Class
AdvancedSettings Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features