EditLabels  Enabled

Chapter 3: Property Descriptions and Usage

Elevation

Applies to

GPSSatellitePosition objects

Graph controls

Description

For GPSSatellitePosition objects The Elevation property indicates the elevation of the satellite. The range of values is 0 to 90.

For Graph controls Elevation determines how much of the full perspective of a 3D graph is visible. It specifies the angle of front-to-back elevation.

Elevation is disabled for 2D graphs.

Usage


In scripts (GPSSatellitePosition objects)

The Elevation property takes an integer value:

integer li_elevation
GPSSatellitePosition myGPS_SP

...
li_elevation = myGPS_SP.Elevation


In a painter (graph controls)

StepsTo change the elevation of a 3-D graph:

  1. Move the Elevation slider on the General page of the graph’s Properties view.


In scripts (graph controls)

The Elevation property takes an integer value. The following example specifies an elevation of 35.

gr_1.Elevation = 35





Copyright © 2004. Sybase Inc. All rights reserved. Enabled

View this book as PDF