AGI STK Objects 11Send comments on this topic.
Elevation Property (IAgVeImpactLocationLaunchAzEl)
See Also
Windows






Windows & Linux

Description

Launch elevation. Uses Angle Dimension.

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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.