STK AviatorSend comments on this topic.
GetUserRunway Method (IAgAvtrUserRunwaySource)
See Also
Name
Windows





Windows & Linux

Description

Gets the user runway with the given name.

Syntax

[Visual Basic .NET]
Public Function GetUserRunway( _
    ByVal Name As String _
) As IAgAvtrUserRunway
[C#]
public IAgAvtrUserRunway GetUserRunway(
    string Name
);
[Managed C++]
public: IAgAvtrUserRunway^ GetUserRunway(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetUserRunway(
    BSTR Name,
    IAgAvtrUserRunway ** ppUserRunway
);
[Java]
public IAgAvtrUserRunway getUserRunway(
    String Name
);
[Python - STK API ]
def GetUserRunway(self, Name:str) -> "IAgAvtrUserRunway":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.