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



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

Syntax

Visual Basic (Declaration) 
Public Function GetAddInCustomData(Of T)( _
   ByVal addinName As String, _
   ByVal customDataName As String _
) As T
Visual Basic (Usage)Copy Code
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim value As T
 
value = instance.GetAddInCustomData(Of T)(addinName, customDataName)
C# 
public T GetAddInCustomData<T>( 
   string addinName,
   string customDataName
)
C++/CLI 
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: 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