AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.