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





Windows & Linux

Description

Elevation quartic term (dimension: angle/time^4).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property El4() As Double
[C#]
public double El4 {get; set;}
[Managed C++]
public: __property double get_El4();
public: __property void set_El4( double );
[Unmanaged C++]
public: HRESULT get_El4(
    double * pVal
);
public: HRESULT put_El4(
    double pVal
);
[Java]
public double getEl4();
public void setEl4(
    double
);
[Python - STK API ]
@property
def El4(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.