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





Description

Interface for a launch vehicle object.

Object Model












Public Methods

Public Method IsAttitudeTypeSupported Gets a value indicating whether the specified type can be used.
Public Method IsTrajectoryTypeSupported Gets a value indicating whether the specified type can be used.
Public Method SetAttitudeType Method to set the type of attitude profile used by the launch vehicle.
Public Method SetTrajectoryType Method to set the propagator type.

Public Properties

Public Property AccessConstraints Get the constraints imposed on the launch vehicle.
Public Property Atmosphere The local atmosphere.
Public Property Attitude Get the launch vehicle's attitude profile.
Public Property AttitudeSupportedTypes Returns an array of valid choices.
Public Property AttitudeType Get the type of attitude profile used by the launch vehicle.
Public Property ExportTools Returns the IAgLvExportTools interface.
Public Property Graphics Get the launch vehicle's 2D Graphics properties.
Public Property GroundEllipses Get the launch vehicle's ground ellipses properties.
Public Property RadarClutterMap Returns the radar clutter map.
Public Property RadarCrossSection Returns the radar cross sectoin.
Public Property SpaceEnvironment Returns the launch vehicle's SpaceEnvironment properties.
Public Property Trajectory Get the launch vehicle's trajectory properties.
Public Property TrajectorySupportedTypes Returns an array of valid choices.
Public Property TrajectoryType Get the propagator type used by the launch vehicle.
Public Property VO Get 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1