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


IInitGeocodeServer.SuggestedBatchSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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(
  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

Product Availability

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

See Also

IInitGeocodeServer Interface