This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > II > IInitGeocodeServer Interface > IInitGeocodeServer.SuggestedBatchSize Property (ArcObjects .NET 10.5 SDK) |
The suggested number of addresses to send to a server in one batch request.
[Visual Basic .NET] Public Property SuggestedBatchSize As Integer
[C#] public int SuggestedBatchSize {get; set;}
[C++]
HRESULT get_SuggestedBatchSize(
long* size
);
[C++]
HRESULT put_SuggestedBatchSize(
long size
);
[C++]
Parameters size [out, retval] size is a parameter of type long size [in] size is a parameter of type long