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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface