AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.