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





Windows & Linux

Description

Get the navigation strategy type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NavigationStrategyType() As String
[C#]
public string NavigationStrategyType {get; set;}
[Managed C++]
public: __property String __gc ^ get_NavigationStrategyType();
public: __property void set_NavigationStrategyType( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_NavigationStrategyType(
    BSTR * pVal
);
public: HRESULT put_NavigationStrategyType(
    BSTR newVal
);
[Java]
public String getNavigationStrategyType();
public void setNavigationStrategyType(
    String
);
[Python - STK API ]
@property
def NavigationStrategyType(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.