Region.Latitude Property

Top 

Description

Geodetic latitude of the nth Region point measured from the equator. Enter a valid value for this property between -90 and +90 degrees. The index (i.e., 'n') for the array of Latitude values starts at 0 and goes up to NumberOfVertices - 1. To ensure a closed region, the first and last points must be the same.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

Array of number

Access:

read/write

Units:

deg

Default Value:

{ 10, 10, -10, -10, 10 }

Valid Range:

-90 ≤ Region.Latitude ≤ 90

 

Syntax

myVariable1 = myRegion1.Latitude[0];

 

myRegion1.Latitude[0] = myVariable1;

 

See also

Region Object

Coverage and Contact Analysis Guide

Regions Guide