This document is archived and information here might be outdated. Recommended version. |
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