AGI STK Objects 11Send comments on this topic.
Order Property (IAgRFFilterModelButterworth)
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 * pRetVal
);
public: HRESULT put_Order(
   int NewOrder
);
[Java]
public ppInteger getOrder();public void setOrder(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.