STK ObjectsSend comments on this topic.
Azimuth Property (IAgVeImpactLocationLaunchAzEl)
See Also
Windows





Windows & Linux

Description

Launch azimuth. Uses Angle Dimension. If this property is set, please set the other properties of this interface explicitly.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Azimuth() As Double
[C#]
public double Azimuth {get; set;}
[Managed C++]
public: __property double get_Azimuth();
public: __property void set_Azimuth( double );
[Unmanaged C++]
public: HRESULT get_Azimuth(
    double * pVal
);
public: HRESULT put_Azimuth(
    double Azimuth
);
[Java]
public double getAzimuth();
public void setAzimuth(
    double
);
[Python - STK API ]
@property
def Azimuth(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.