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





Windows & Linux

Description

Elevation sine term amplitude (dimension: angle).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElA() As Double
[C#]
public double ElA {get; set;}
[Managed C++]
public: __property double get_ElA();
public: __property void set_ElA( double );
[Unmanaged C++]
public: HRESULT get_ElA(
    double * pVal
);
public: HRESULT put_ElA(
    double pVal
);
[Java]
public double getElA();
public void setElA(
    double
);
[Python - STK API ]
@property
def ElA(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.