This document is archived and information here might be outdated.  Recommended version.


IInitGeocodeServer.SuggestedBatchSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > II > IInitGeocodeServer Interface > IInitGeocodeServer.SuggestedBatchSize Property
ArcGIS Developer Help

IInitGeocodeServer.SuggestedBatchSize Property

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(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInitGeocodeServer Interface