Gets or sets the azimuth of the launch trajectory. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Azimuth() As System.Object |
[C#] |
---|
public System.Object Azimuth {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Azimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Azimuth( VARIANT * pVal ); public: HRESULT put_Azimuth( VARIANT newVal ); |
[Java] |
---|
public AgVariant getAzimuth(); public void setAzimuth( AgVariant ); |