STK Vector Geometry ToolSend 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();
[Python - STK API ]
@property
def MethodFactory(self) -> "IAgCrdnSamplingMethodFactory":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.