STK ObjectsSend comments on this topic.
Order Property (IAgVeInterpolation)
See Also
Windows





Windows & Linux

Description

Interpolation order. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Order() As Integer
[C#]
public int Order {get; set;}
[Managed C++]
public: __property int get_Order();
public: __property void set_Order( int );
[Unmanaged C++]
public: HRESULT get_Order(
    long * pVal
);
public: HRESULT put_Order(
    long Order
);
[Java]
public int getOrder();
public void setOrder(
    int
);
[Python - STK API ]
@property
def Order(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.