←Select platform

GetLocations Method

Summary

Gets the locations of all differences in a compare set.

Syntax
C#
VB
C++
public abstract IEnumerable<DifferenceLocation> GetLocations() 
Public MustOverride Function GetLocations() As IEnumerable(Of DifferenceLocation) 
public:  
   virtual IEnumerable<DifferenceLocation^>^ GetLocations() abstract 

Return Value

An enumeration value of DifferenceLocations.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly