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


IDataSampling.MaxSampleSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSampling Interface > IDataSampling.MaxSampleSize Property
ArcGIS Developer Help

IDataSampling.MaxSampleSize Property

Maximum sample size.

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