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





Windows & Linux

Description

Elevation constant term (dimension: angle).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property El0() As Double
[C#]
public double El0 {get; set;}
[Managed C++]
public: __property double get_El0();
public: __property void set_El0( double );
[Unmanaged C++]
public: HRESULT get_El0(
    double * pVal
);
public: HRESULT put_El0(
    double pVal
);
[Java]
public double getEl0();
public void setEl0(
    double
);
[Python - STK API ]
@property
def El0(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.