T
Type of custom data.
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetAddInCustomData<T> Method
See Also 
Leadtools.Dicom.AddIn.Configuration Namespace > AdvancedSettings Class : SetAddInCustomData<T> Method



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

Syntax

Visual Basic (Declaration) 
Public Sub SetAddInCustomData(Of T)( _
   ByVal addinName As String, _
   ByVal customDataName As String, _
   ByVal data As T _
) 
Visual Basic (Usage)Copy Code
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim data As T
 
instance.SetAddInCustomData(Of T)(addinName, customDataName, data)
C# 
public void SetAddInCustomData<T>( 
   string addinName,
   string customDataName,
   T data
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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