AGI STK VGT 11 Send comments on this topic.
Interpolation Property (IAgCrdnCalcScalarIntegral)
See Also 





Description

Specify whether to use Lagrange or Hermite interpolation. See STK help on interpolation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Interpolation() As IAgCrdnInterp

[C#]
public IAgCrdnInterp Interpolation {get; set;}

[Managed C++]
public: __property IAgCrdnInterp^ get_Interpolation();
public: __property void set_Interpolation(
IAgCrdnInterp ^
);

[Unmanaged C++]
public: HRESULT get_Interpolation(
IAgCrdnInterp ** ppRetVal
);
public: HRESULT put_Interpolation(
IAgCrdnInterp * pNewInterpolation
);

[Java]
public IAgCrdnInterp getInterpolation();public void setInterpolation(
IAgCrdnInterp
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1