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





Windows & Linux

Description

Gets or sets the angle value for the active mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle() As System.Object
[C#]
public System.Object Angle {get; set;}
[Managed C++]
public: __property VARIANT get_Angle();
public: __property void set_Angle( VARIANT );
[Unmanaged C++]
public: HRESULT get_Angle(
    VARIANT * pVal
);
public: HRESULT put_Angle(
    VARIANT newVal
);
[Java]
public AgVariant getAngle();
public void setAngle(
    AgVariant
);
[Python - STK API ]
@property
def Angle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.