STK AviatorSend comments on this topic.
Navigation Property (IAgAvtrProcedureBasicManeuver)
See Also
Windows





Windows & Linux

Description

Get the interface for the navigation strategy.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Navigation() As IAgAvtrBasicManeuverStrategy
[C#]
public IAgAvtrBasicManeuverStrategy Navigation {get;}
[Managed C++]
public: __property IAgAvtrBasicManeuverStrategy ^ get_Navigation();
[Unmanaged C++]
public: HRESULT get_Navigation(
    IAgAvtrBasicManeuverStrategy ** ppVal
);
[Java]
public IAgAvtrBasicManeuverStrategy getNavigation();
[Python - STK API ]
@property
def Navigation(self) -> "IAgAvtrBasicManeuverStrategy":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.