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

Rectify_BinaryAsync() public method

public Rectify_BinaryAsync ( 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 Rectify_BinaryAsync(string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem) {
            this.Rectify_BinaryAsync(LocatorName, Matcher, Query, inFuzzy, inReturnCoordinateSystem, null);
        }
        

Same methods

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