DataHubServicesAddin.LocatorHub.LocatorHub.Rectify_BinaryAsync C# (CSharp) 메소드

Rectify_BinaryAsync() 공개 메소드

public Rectify_BinaryAsync ( string LocatorName, string Matcher, string Query, bool inFuzzy, int inReturnCoordinateSystem ) : void
LocatorName string
Matcher string
Query string
inFuzzy bool
inReturnCoordinateSystem int
리턴 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