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





Windows & Linux

Description

Elevation cubic term (dimension: angle/time^3).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property El3() As Double
[C#]
public double El3 {get; set;}
[Managed C++]
public: __property double get_El3();
public: __property void set_El3( double );
[Unmanaged C++]
public: HRESULT get_El3(
    double * pVal
);
public: HRESULT put_El3(
    double pVal
);
[Java]
public double getEl3();
public void setEl3(
    double
);
[Python - STK API ]
@property
def El3(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.