This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSampling Interface > IDataSampling.SamplingMethod Property (ArcObjects .NET 10.4 SDK) |
Data sampling method.
[Visual Basic .NET] Public Property SamplingMethod As esriDataSampling
[C#] public esriDataSampling SamplingMethod {get; set;}
[C++]
HRESULT get_SamplingMethod(
esriDataSampling* Method
);
[C++]
HRESULT put_SamplingMethod(
esriDataSampling Method
);
[C++]
Parameters Method [out, retval]
Method is a parameter of type esriDataSampling Method [in]
Method is a parameter of type esriDataSampling
esriAllRecords samples all features up to the maximum sample size
esriRandomRecords is not implemented
esriEveryNthRecord is not implemented