ArcObjects Library Reference (Carto)  

IDataSampling.MaxSampleSize Property

Maximum sample size.

[Visual Basic .NET]
Public Property MaxSampleSize As Integer
[C#]
public int MaxSampleSize {get; set;}
[C++]
HRESULT get_MaxSampleSize(
  long* Size
);
[C++]
HRESULT put_MaxSampleSize(
  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

IDataSampling Interface