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( IAgCrdnSamplingMethod ** ppRetVal ); public: HRESULT put_SamplingMethod( IAgCrdnSamplingMethod SamplingMethod ); |
[Java] |
---|
public IAgCrdnSamplingMethod getSamplingMethod(); public void setSamplingMethod( IAgCrdnSamplingMethod ); |
[Python - STK API ] |
---|
@property def SamplingMethod(self) -> "IAgCrdnSamplingMethod": @SamplingMethod.setter def SamplingMethod(self, SamplingMethod:"IAgCrdnSamplingMethod") -> None: |