STK ObjectsSend comments on this topic.
InterpolationOrder Property (IAgVePropagatorSP3)
See Also
Windows





Windows & Linux

Description

An interpolation order of 1 specifies linear interpolation and is appropriate for closely spaced data or data with significant jitter. Higher interpolation orders yield more accurate interpolation when the data is smooth and continuous.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationOrder() As Integer
[C#]
public int InterpolationOrder {get; set;}
[Managed C++]
public: __property int get_InterpolationOrder();
public: __property void set_InterpolationOrder( int );
[Unmanaged C++]
public: HRESULT get_InterpolationOrder(
    int * pVal
);
public: HRESULT put_InterpolationOrder(
    int InterpolationOrder
);
[Java]
public Integer getInterpolationOrder();
public void setInterpolationOrder(
    Integer
);
[Python - STK API ]
@property
def InterpolationOrder(self) -> int:

@InterpolationOrder.setter
def InterpolationOrder(self, InterpolationOrder:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.