AGI STK Astrogator 11Send comments on this topic.
SetElementType Method (IAgVAMCSInitialState)
See Also 
ElementType
Windows






Windows & Linux

Description

Selects an coordinate type.

Syntax

[Visual Basic .NET]
Public Sub SetElementType( _
   ByVal ElementType As AgEVAElementType _
) 
[C#]
public void SetElementType(
   AgEVAElementType ElementType
);
[Managed C++]
public: void SetElementType(
   AgEVAElementType ElementType
);
[Java]
public  setElementType(
   AgEVAElementType ElementType
);
[Unmanaged C++]
public: HRESULT SetElementType(
   AgEVAElementType ElementType
);

Parameters

ElementType
MemberValueDescription
eVAElementTypeCartesian0Cartesian - specifying an orbit by three position elements and three velocity elements in a rectangular coordinate system.
eVAElementTypeKeplerian1Keplerian - the classical system, specifying an orbit by six elements describing its size, shape and three-dimensional orientation in space.
eVAElementTypeModKeplerian2This enumeration is deprecated.
eVAElementTypeSpherical3Spherical - a system in which positions are specified as a radial distance from the origin and two angles relative to a fundamental plane.
eVAElementTypeTargetVectorIncomingAsymptote4Target Vector Incoming Asymptote - used for hyperbolic arrival trajectories.
eVAElementTypeTargetVectorOutgoingAsymptote5Target Vector Outgoing Asymptote - used for hyperbolic departure trajectories.
eVAElementTypeMixedSpherical6Mixed Spherical.
eVAElementTypeDelaunay7Delaunay.
eVAElementTypeEquinoctial8Equinoctial.
eVAElementTypeGeodetic9Geodetic.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.