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





Windows & Linux

Description

Azimuth linear term (dimension: angle/time).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Az1() As Double
[C#]
public double Az1 {get; set;}
[Managed C++]
public: __property double get_Az1();
public: __property void set_Az1( double );
[Unmanaged C++]
public: HRESULT get_Az1(
    double * pVal
);
public: HRESULT put_Az1(
    double pVal
);
[Java]
public double getAz1();
public void setAz1(
    double
);
[Python - STK API ]
@property
def Az1(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.