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





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. Curvature tolerance also uses changes in slope 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 * pNewSamplingMethod
);

[Java]
public IAgCrdnSamplingMethod getSamplingMethod();public void setSamplingMethod(
IAgCrdnSamplingMethod
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1