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





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
Member Value Description
eVADisplaySystemGeodetic 0 Geocentric (Planetocentric) - the location is measured from the center of mass of the Earth or other central body.
eVADisplaySystemGeocentric 1 Geodetic (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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1