AGI STK Astrogator 11Send comments on this topic.
SetDisplaySystemType Method (IAgVAMCSLaunch)
See Also 
DisplaySystemType
Windows






Windows & Linux

Description

Sets the display system type.

Syntax

[Visual Basic .NET]
Public Sub SetDisplaySystemType( _
   ByVal DisplaySystemType As AgEVALaunchDisplaySystem _
) 
[C#]
public void SetDisplaySystemType(
   AgEVALaunchDisplaySystem DisplaySystemType
);
[Managed C++]
public: void SetDisplaySystemType(
   AgEVALaunchDisplaySystem DisplaySystemType
);
[Java]
public  setDisplaySystemType(
   AgEVALaunchDisplaySystem DisplaySystemType
);
[Unmanaged C++]
public: HRESULT SetDisplaySystemType(
   AgEVALaunchDisplaySystem DisplaySystemType
);

Parameters

DisplaySystemType
MemberValueDescription
eVADisplaySystemGeodetic0Geocentric (Planetocentric) - the location is measured from the center of mass of the Earth or other central body.
eVADisplaySystemGeocentric1Geodetic (Planetodetic) - the location is measured along the normal to the surface of an ellipsoid defined with reference to the Earth (or other central body).

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.