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





Windows & Linux

Description

Gets or sets the filter order

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(
    int * pVal
);
public: HRESULT put_Order(
    int val
);
[Java]
public Integer getOrder();
public void setOrder(
    Integer
);
[Python - STK API ]
@property
def Order(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.