Gets or sets the spherical Elevation angle of the impulsive DeltaV (dimension: Angle).
Read-write property
[Visual Basic .NET] |
---|
Public Property Elevation() As System.Object |
[C#] |
---|
public System.Object Elevation {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Elevation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Elevation( VARIANT * pVal ); public: HRESULT put_Elevation( VARIANT newVal ); |
[Java] |
---|
public AgVariant getElevation(); public void setElevation( AgVariant ); |