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





Windows & Linux

Description

Azimuth sine term frequency (dimension: angle/time).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzF() As Double
[C#]
public double AzF {get; set;}
[Managed C++]
public: __property double get_AzF();
public: __property void set_AzF( double );
[Unmanaged C++]
public: HRESULT get_AzF(
    double * pVal
);
public: HRESULT put_AzF(
    double pVal
);
[Java]
public double getAzF();
public void setAzF(
    double
);
[Python - STK API ]
@property
def AzF(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.