Click or drag to resize

INearDuplicateManager Interface

Represents a class for managing the near-duplicate identification process.

Namespace:  EdaIntegrationContract.NearDuplicate
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface INearDuplicateManager

The INearDuplicateManager type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Provides access to the near-duplicate identification properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleUpdateProperties
Saves the INearDuplicateProperties to the case.
Top
See Also