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





Windows & Linux

Description

Azimuth quadratic term (dimension: angle/time^2).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Az2() As Double
[C#]
public double Az2 {get; set;}
[Managed C++]
public: __property double get_Az2();
public: __property void set_Az2( double );
[Unmanaged C++]
public: HRESULT get_Az2(
    double * pVal
);
public: HRESULT put_Az2(
    double pVal
);
[Java]
public double getAz2();
public void setAz2(
    double
);
[Python - STK API ]
@property
def Az2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.