AGI STK VGT 11 Send comments on this topic.
MethodFactory Property (IAgCrdnSamplingBasic)
See Also 





Description

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.

Property type

Read-only property

Syntax

[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();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1