LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

SetAddInCustomData<T> Method

Show in webframe





Type of custom data.
Name of the addin.
Name of the custom data.
The custom data to add to the configuration.
Adds custom data to the specified addin configuration.
Syntax
public void SetAddInCustomData<T>( 
   string addinName,
   string customDataName,
   T data
)
'Declaration
 
Public Sub SetAddInCustomData(Of T)( _
   ByVal addinName As String, _
   ByVal customDataName As String, _
   ByVal data As T _
) 
'Usage
 
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim data As T
 
instance.SetAddInCustomData(Of T)(addinName, customDataName, data)

            

            
public:
void SetAddInCustomDatageneric<typename T>
( 
   String^ addinName,
   String^ customDataName,
   T^ data
) 

Parameters

addinName
Name of the addin.
customDataName
Name of the custom data.
data
The custom data to add to the configuration.

Type Parameters

T
Type of custom data.
Remarks
If the specified custom data doesn't exist is added 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