Get the sampling definition, which can use a
fixed step, relative tolerance or curvature tolerance. Relative
tolerance uses a combination of relative and absolute changes in
scalar values between samples. Curvature tolerance also uses
changes in slope between samples.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SamplingMethod() As IAgCrdnSamplingMethod
|
| [C#] |
|---|
public IAgCrdnSamplingMethod SamplingMethod {get; set;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnSamplingMethod^ get_SamplingMethod();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SamplingMethod(
|
| [Java] |
|---|
public IAgCrdnSamplingMethod getSamplingMethod();public void setSamplingMethod(
|