STK AstrogatorSend comments on this topic.
Az3 Property (IAgVAAttitudeControlFiniteTimeVarying)
See Also
Windows





Windows & Linux

Description

Azimuth cubic term (dimension: angle/time^3).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Az3() As Double
[C#]
public double Az3 {get; set;}
[Managed C++]
public: __property double get_Az3();
public: __property void set_Az3( double );
[Unmanaged C++]
public: HRESULT get_Az3(
    double * pVal
);
public: HRESULT put_Az3(
    double pVal
);
[Java]
public double getAz3();
public void setAz3(
    double
);
[Python - STK API ]
@property
def Az3(self) -> float:

@Az3.setter
def Az3(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.