Get the interface for the navigation strategy.
Read-only property
[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": |