Sets the display system type.
| [Visual Basic .NET] |
|---|
Public Sub SetDisplaySystemType( _ ByVal DisplaySystemType As AgEVALaunchDisplaySystem _ ) |
| [C#] |
|---|
public void SetDisplaySystemType( |
| [Managed C++] |
|---|
public: void SetDisplaySystemType( |
| [Java] |
|---|
public setDisplaySystemType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetDisplaySystemType( |
- 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).
