PointGroup.NumberLatitudeGrids Property

Top 

Description

The number of latitude grids to be used during point search for the PointGroup.Coverage() method. This property contributes to the internal sizing of the polygons used in the algorithm and needs to be both small enough to reduce the number of polygons used in the implementation and large enough to reduce the number of PointGroupPoint objects that need to be evaluated once coverage is confirmed. While this value can be tweaked, leaving it as the default is well suited for most applications.

 

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:

integer

Access:

read/write

Default Value:

100

Valid Range:

1 ≤ PointGroup.NumberLatitudeGrids ≤ 250

 

Syntax

myVariable1 = myPointGroup1.NumberLatitudeGrids;

 

myPointGroup1.NumberLatitudeGrids = myVariable1;

 

See also

PointGroup Object

Coverage and Contact Analysis Guide

PointGroups Guide