Region.Longitude Property

Top 

Description

Longitude of the nth Region point measured from the Greenwich Meridian. Enter a valid value for this property between 0 and 360 degrees. The index (i.e., 'n') for the array of Longitude 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:

{ -25, 25, 25, -25, -25 }

Valid Range:

-180 ≤ Region.Longitude ≤ 180

 

Syntax

myVariable1 = myRegion1.Longitude[0];

 

myRegion1.Longitude[0] = myVariable1;

 

See also

Region Object

Coverage and Contact Analysis Guide

Regions Guide