STK AviatorSend comments on this topic.
ActiveAngle Property (IAgAvtrBasicManeuverStrategyPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the pull angle for the active mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveAngle() As System.Object
[C#]
public System.Object ActiveAngle {get; set;}
[Managed C++]
public: __property VARIANT get_ActiveAngle();
public: __property void set_ActiveAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_ActiveAngle(
    VARIANT * pVal
);
public: HRESULT put_ActiveAngle(
    VARIANT newVal
);
[Java]
public AgVariant getActiveAngle();
public void setActiveAngle(
    AgVariant
);
[Python - STK API ]
@property
def ActiveAngle(self) -> typing.Any:

@ActiveAngle.setter
def ActiveAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.