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





Windows & Linux

Description

Elevation linear term (dimension: angle/time).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property El1() As Double
[C#]
public double El1 {get; set;}
[Managed C++]
public: __property double get_El1();
public: __property void set_El1( double );
[Unmanaged C++]
public: HRESULT get_El1(
    double * pVal
);
public: HRESULT put_El1(
    double pVal
);
[Java]
public double getEl1();
public void setEl1(
    double
);
[Python - STK API ]
@property
def El1(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.