AGI STK Objects 11Send comments on this topic.
IAgLaunchVehicle Interface

Description

Interface for a launch vehicle object.

Public Methods

Public Method IsAttitudeTypeSupportedGets a value indicating whether the specified type can be used.
Public Method IsTrajectoryTypeSupportedGets a value indicating whether the specified type can be used.
Public Method SetAttitudeTypeMethod to set the type of attitude profile used by the launch vehicle.
Public Method SetTrajectoryTypeMethod to set the propagator type.

Public Properties

Public Property AccessConstraintsGet the constraints imposed on the launch vehicle.
Public Property AtmosphereThe local atmosphere.
Public Property AttitudeGet the launch vehicle's attitude profile.
Public Property AttitudeSupportedTypesReturns an array of valid choices.
Public Property AttitudeTypeGet the type of attitude profile used by the launch vehicle.
Public Property ExportToolsReturns the IAgLvExportTools interface.
Public Property GraphicsGet the launch vehicle's 2D Graphics properties.
Public Property GroundEllipsesGet the launch vehicle's ground ellipses properties.
Public Property RadarClutterMapReturns the radar clutter map.
Public Property RadarCrossSectionReturns the radar cross sectoin.
Public Property SpaceEnvironmentReturns the launch vehicle's SpaceEnvironment properties.
Public Property TrajectoryGet the launch vehicle's trajectory properties.
Public Property TrajectorySupportedTypesReturns an array of valid choices.
Public Property TrajectoryTypeGet the propagator type used by the launch vehicle.
Public Property VOGet the launch vehicle's 3D Graphics properties.

Interfaces

CoClasses that Implement IAgLaunchVehicle

Example

Create a launch vehicle (on current scenario central body)
[C#]
// Create the Launch vehicle
IAgLaunchVehicle launchVehicle = root.CurrentScenario.Children.New(AgESTKObjectType.eLaunchVehicle,  "MyLaunchVehicle") as IAgLaunchVehicle;
Create a launch vehicle (on current scenario central body)
[Visual Basic .NET]
' Create the Launch vehicle
Dim launchVehicle As IAgLaunchVehicle = TryCast(root.CurrentScenario.Children.[New](AgESTKObjectType.eLaunchVehicle, "MyLaunchVehicle"), IAgLaunchVehicle)
© 2019 Analytical Graphics, Inc. All Rights Reserved.