Description
Defined as the angle between the XY plane of the parent reference frame and the sensor or antenna boresight measured toward the positive Z axis. Uses Angle Dimension.
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 vElevation
);
|
[Java] |
---|
public AgVariant getElevation();
public void setElevation(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Elevation(self) -> typing.Any:
@Elevation.setter
def Elevation(self, vElevation:typing.Any) -> None:
|
See Also