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





Windows & Linux

Description

Gets or sets the airway ID.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AirwayID() As String
[C#]
public string AirwayID {get; set;}
[Managed C++]
public: __property String __gc ^ get_AirwayID();
public: __property void set_AirwayID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AirwayID(
    BSTR * pVal
);
public: HRESULT put_AirwayID(
    BSTR newVal
);
[Java]
public String getAirwayID();
public void setAirwayID(
    String
);
[Python - STK API ]
@property
def AirwayID(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.