SetIgnoreType Method

Summary
Sets a type to ignore from the loaded add-in's DLLs.
Syntax
C#
VB
C++
public void SetIgnoreType( 
   string name, 
   Type type 
) 
  
Public Sub SetIgnoreType( _ 
   ByVal name As String, _ 
   ByVal type As Type _ 
)  
public: 
void SetIgnoreType(  
   String^ name, 
   Type^ type 
)  

Parameters

name
The name for the type.

type
The type to ignore from the add-in's DLL.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.