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





Windows & Linux

Description

Azimuth quartic term (dimension: angle/time^4).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Az4() As Double
[C#]
public double Az4 {get; set;}
[Managed C++]
public: __property double get_Az4();
public: __property void set_Az4( double );
[Unmanaged C++]
public: HRESULT get_Az4(
    double * pVal
);
public: HRESULT put_Az4(
    double pVal
);
[Java]
public double getAz4();
public void setAz4(
    double
);
[Python - STK API ]
@property
def Az4(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.