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






Windows & Linux

Description

Get the sampling definition, 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...

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SamplingMethod() As IAgCrdnSamplingMethod
[C#]
public IAgCrdnSamplingMethod SamplingMethod {get; set;}
[Managed C++]
public: __property IAgCrdnSamplingMethod ^ get_SamplingMethod();
public: __property void set_SamplingMethod( IAgCrdnSamplingMethod );
[Unmanaged C++]
public: HRESULT get_SamplingMethod(
    IAgCrdnSamplingMethod ** ppRetVal
);
public: HRESULT put_SamplingMethod(
    IAgCrdnSamplingMethod SamplingMethod
);
[Java]
public IAgCrdnSamplingMethod getSamplingMethod();
public void setSamplingMethod(
    IAgCrdnSamplingMethod
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.