LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

SetAddInCustomData<T> Method






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 SetAddInCustomData<T>( 
   string addinName,
   string customDataName,
   T data
)
 function Leadtools.Dicom.AddIn.Configuration.AdvancedSettings.SetAddInCustomData( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AdvancedSettings Class
AdvancedSettings Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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