This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSampling Interface > IDataSampling.MaxSampleSize Property (ArcObjects .NET 10.5 SDK) |
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