Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

GetAddInCustomData<T>(String,String) Method






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 Overloads 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
Overload List

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