Get the interpolation parameters.
Read-only property
[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": |