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