DataHubServicesAddin.LocatorHub.LocatorHub.RectifyAsync C# (CSharp) Méthode

RectifyAsync() public méthode

public RectifyAsync ( string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem ) : void
LocatorName string
Matcher string
Query string
inFuzzy bool
inReturnCoordinateSystem int
Résultat 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