Creates sampling definitions, 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-only property
[Visual Basic .NET] |
---|
Public Property MethodFactory() As IAgCrdnSamplingMethodFactory |
[C#] |
---|
public IAgCrdnSamplingMethodFactory MethodFactory {get;} |
[Managed C++] |
---|
public: __property IAgCrdnSamplingMethodFactory ^ get_MethodFactory(); |
[Unmanaged C++] |
---|
public: HRESULT get_MethodFactory( IAgCrdnSamplingMethodFactory ** ppRetVal ); |
[Java] |
---|
public IAgCrdnSamplingMethodFactory getMethodFactory(); |
[Python - STK API ] |
---|
@property def MethodFactory(self) -> "IAgCrdnSamplingMethodFactory": |