DataHubServicesAddin.LocatorHub.LocatorHub.RectifyAsync C# (CSharp) Method

RectifyAsync() public method

public RectifyAsync ( string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem ) : void
LocatorName string
Matcher string
Query string
inFuzzy bool
inReturnCoordinateSystem int
return void
        public void RectifyAsync(string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem) {
            this.RectifyAsync(LocatorName, Matcher, Query, inFuzzy, inReturnCoordinateSystem, null);
        }
        

Same methods

LocatorHub::RectifyAsync ( string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem, object userState ) : void