STK AviatorSend comments on this topic.
ActiveMode Property (IAgAvtrBasicManeuverStrategyRollingPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the active mode for the rolling pull basic maneuver strategy.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveMode() As AgEAvtrRollingPullMode
[C#]
public AgEAvtrRollingPullMode ActiveMode {get; set;}
[Managed C++]
public: __property AgEAvtrRollingPullMode get_ActiveMode();
public: __property void set_ActiveMode( AgEAvtrRollingPullMode );
[Unmanaged C++]
public: HRESULT get_ActiveMode(
    AgEAvtrRollingPullMode * pVal
);
public: HRESULT put_ActiveMode(
    AgEAvtrRollingPullMode newVal
);
[Java]
public AgEAvtrRollingPullMode getActiveMode();
public void setActiveMode(
    AgEAvtrRollingPullMode
);
[Python - STK API ]
@property
def ActiveMode(self) -> "AgEAvtrRollingPullMode":

@ActiveMode.setter
def ActiveMode(self, newVal:"AgEAvtrRollingPullMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.