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





Windows & Linux

Description

Launch elevation. 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 Elevation() As Double
[C#]
public double Elevation {get; set;}
[Managed C++]
public: __property double get_Elevation();
public: __property void set_Elevation( double );
[Unmanaged C++]
public: HRESULT get_Elevation(
    double * pVal
);
public: HRESULT put_Elevation(
    double Elevation
);
[Java]
public double getElevation();
public void setElevation(
    double
);
[Python - STK API ]
@property
def Elevation(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.