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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElF() As Double
[C#]
public double ElF {get; set;}
[Managed C++]
public: __property double get_ElF();
public: __property void set_ElF( double );
[Unmanaged C++]
public: HRESULT get_ElF(
    double * pVal
);
public: HRESULT put_ElF(
    double pVal
);
[Java]
public double getElF();
public void setElF(
    double
);
[Python - STK API ]
@property
def ElF(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.