STK AviatorSend comments on this topic.
LaunchElevation Property (IAgAvtrProcedureLaunchWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the launch direction elevation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LaunchElevation() As System.Object
[C#]
public System.Object LaunchElevation {get; set;}
[Managed C++]
public: __property VARIANT get_LaunchElevation();
public: __property void set_LaunchElevation( VARIANT );
[Unmanaged C++]
public: HRESULT get_LaunchElevation(
    VARIANT * pVal
);
public: HRESULT put_LaunchElevation(
    VARIANT newVal
);
[Java]
public AgVariant getLaunchElevation();
public void setLaunchElevation(
    AgVariant
);
[Python - STK API ]
@property
def LaunchElevation(self) -> typing.Any:

@LaunchElevation.setter
def LaunchElevation(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.