PointGroup.PointHeight Property

Top 

Description

The height of each of the 'n' points, measured along a vector normal to the surface of its central body and passing through each point's specified latitude and longitude, where the array index (i.e., 'n') ranges from 0 to NumberOfPoints - 1. If Earth is set as the central body using the default radius and flattening coefficient, FreeFlyer will use the WGS 84 reference ellipsoid.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Units:

km

Default Value:

{ 0.0 }

 

Syntax

myVariable1 = myPointGroup1.PointHeight[0];

 

myPointGroup1.PointHeight[0] = myVariable1;

 

See also

PointGroup Object

Coverage and Contact Analysis Guide

PointGroups Guide