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






Windows & Linux

Description

Interface for a launch vehicle object.

Object Model












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.

Example

Create a launch vehicle (on current scenario central body)
[C#]Copy Code
// 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]Copy Code
' Create the Launch vehicle
Dim launchVehicle As IAgLaunchVehicle = TryCast(root.CurrentScenario.Children.[New](AgESTKObjectType.eLaunchVehicle, "MyLaunchVehicle"), IAgLaunchVehicle)

CoClasses that Implement IAgLaunchVehicle

© 2018 Analytical Graphics, Inc. All Rights Reserved.