public string GetPolygonDetail(int ZoneID) { MgooGps.Geofence.GetPolygonDetailRequest inValue = new MgooGps.Geofence.GetPolygonDetailRequest(); inValue.Body = new MgooGps.Geofence.GetPolygonDetailRequestBody(); inValue.Body.ZoneID = ZoneID; MgooGps.Geofence.GetPolygonDetailResponse retVal = ((MgooGps.Geofence.GeofenceAjaxSoap)(this)).GetPolygonDetail(inValue); return(retVal.Body.GetPolygonDetailResult); }
MgooGps.Geofence.GetPolygonDetailResponse MgooGps.Geofence.GeofenceAjaxSoap.GetPolygonDetail(MgooGps.Geofence.GetPolygonDetailRequest request) { return(base.Channel.GetPolygonDetail(request)); }