Description
The spherical Elevation angle of the impulsive DeltaV (dimension: Angle).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Elevation() As System.Object
|
| [C#] |
|---|
public System.Object Elevation {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Elevation(); public: __property void set_Elevation(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Elevation(
VARIANT * pVal
);
public: HRESULT put_Elevation(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getElevation();
public void setElevation(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Elevation(self) -> typing.Any:
@Elevation.setter
def Elevation(self, newVal:typing.Any) -> None:
|
See Also