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





Windows & Linux

Description

Azimuth sine term amplitude (dimension: angle).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzA() As Double
[C#]
public double AzA {get; set;}
[Managed C++]
public: __property double get_AzA();
public: __property void set_AzA( double );
[Unmanaged C++]
public: HRESULT get_AzA(
    double * pVal
);
public: HRESULT put_AzA(
    double pVal
);
[Java]
public double getAzA();
public void setAzA(
    double
);
[Python - STK API ]
@property
def AzA(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.