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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.