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





Description

Sets the element 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
Member Value Description
eVAElementTypeCartesian 0 Cartesian - specifying an orbit by three position elements and three velocity elements in a rectangular coordinate system.
eVAElementTypeKeplerian 1 Keplerian - the classical system, specifying an orbit by six elements describing its size, shape and three-dimensional orientation in space.
eVAElementTypeModKeplerian 2 This enumeration is deprecated.
eVAElementTypeSpherical 3 Spherical - a system in which positions are specified as a radial distance from the origin and two angles relative to a fundamental plane.
eVAElementTypeTargetVectorIncomingAsymptote 4 Target Vector Incoming Asymptote - used for hyperbolic arrival trajectories.
eVAElementTypeTargetVectorOutgoingAsymptote 5 Target Vector Outgoing Asymptote - used for hyperbolic departure trajectories.
eVAElementTypeMixedSpherical 6 Mixed Spherical.
eVAElementTypeDelaunay 7 Delaunay.
eVAElementTypeEquinoctial 8 Equinoctial.
eVAElementTypeGeodetic 9 Geodetic.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1