Click or drag to resize

ICaseNearDuplicates Property

Provides access to the Near Duplicate manager actions for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
INearDuplicateManager NearDuplicates { get; }

Return Value

Type: INearDuplicateManager
Returns the NearDuplicateManager for accessing information relating to the near-duplicate identification processing for this case.
See Also