STK Vector Geometry ToolSend comments on this topic.
Interpolation Property (IAgCrdnCalcScalarIntegral)
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 Interpolation
);
[Java]
public IAgCrdnInterp getInterpolation();
public void setInterpolation(
    IAgCrdnInterp
);
[Python - STK API ]
@property
def Interpolation(self) -> "IAgCrdnInterp":

@Interpolation.setter
def Interpolation(self, Interpolation:"IAgCrdnInterp") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.