Gets or sets the launch direction elevation.
Read-write property
[Visual Basic .NET] |
---|
Public Property LaunchElevation() As System.Object |
[C#] |
---|
public System.Object LaunchElevation {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_LaunchElevation(); |
[Unmanaged C++] |
---|
public: HRESULT get_LaunchElevation( VARIANT * pVal ); public: HRESULT put_LaunchElevation( VARIANT newVal ); |
[Java] |
---|
public AgVariant getLaunchElevation(); public void setLaunchElevation( AgVariant ); |