STK AviatorSend comments on this topic.
Router Property (IAgAvtrProcedureAirway)
See Also
Windows





Windows & Linux

Description

Gets or sets the router used to provide available airways.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Router() As String
[C#]
public string Router {get; set;}
[Managed C++]
public: __property String __gc ^ get_Router();
public: __property void set_Router( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Router(
    BSTR * pVal
);
public: HRESULT put_Router(
    BSTR newVal
);
[Java]
public String getRouter();
public void setRouter(
    String
);
[Python - STK API ]
@property
def Router(self) -> str:

@Router.setter
def Router(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.