STK ObjectsSend comments on this topic.
Interpolation Property (IAgVeIntegrator)
See Also
Windows





Windows & Linux

Description

Get the interpolation parameters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Interpolation() As IAgVeInterpolation
[C#]
public IAgVeInterpolation Interpolation {get;}
[Managed C++]
public: __property IAgVeInterpolation ^ get_Interpolation();
[Unmanaged C++]
public: HRESULT get_Interpolation(
    IAgVeInterpolation ** ppVal
);
[Java]
public IAgVeInterpolation getInterpolation();
[Python - STK API ]
@property
def Interpolation(self) -> "IAgVeInterpolation":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.