Get the User Runways.
Read-only property
[Visual Basic .NET] |
---|
Public Property UserRunways() As IAgAvtrUserRunwaySource |
[C#] |
---|
public IAgAvtrUserRunwaySource UserRunways {get;} |
[Managed C++] |
---|
public: __property IAgAvtrUserRunwaySource ^ get_UserRunways(); |
[Unmanaged C++] |
---|
public: HRESULT get_UserRunways( IAgAvtrUserRunwaySource ** ppRetVal ); |
[Java] |
---|
public IAgAvtrUserRunwaySource getUserRunways(); |
[Python - STK API ] |
---|
@property def UserRunways(self) -> "IAgAvtrUserRunwaySource": |