/// <remarks/> public void getLandParcelIdentificationWithinBBoxAsync(BoundingBoxVO bbox, string login, string password) { this.getLandParcelIdentificationWithinBBoxAsync(bbox, login, password, null); }
/// <remarks/> public void getLandParcelIdentificationWithinBBoxAsync(BoundingBoxVO bbox, string login, string password, object userState) { if ((this.getLandParcelIdentificationWithinBBoxOperationCompleted == null)) { this.getLandParcelIdentificationWithinBBoxOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLandParcelIdentificationWithinBBoxOperationCompleted); } this.InvokeAsync("getLandParcelIdentificationWithinBBox", new object[] { bbox, login, password}, this.getLandParcelIdentificationWithinBBoxOperationCompleted, userState); }
public MATRLandParcelIdentificationStructure[] getLandParcelIdentificationWithinBBox(BoundingBoxVO bbox, string login, string password) { object[] results = this.Invoke("getLandParcelIdentificationWithinBBox", new object[] { bbox, login, password}); return ((MATRLandParcelIdentificationStructure[])(results[0])); }