CentroidsReport

 

The CentroidsReport method creates a report on the centroids of the boundary objects.

 

Syntax

object.CentroidsReport( BNAForm, LatLon, QuoteIDs )

 

Parameter

Type

Description

BNAForm

Boolean

optional; generate report in BNA format

LatLon

Boolean

optional; report centroids in latitude/longitude coordinates

QuoteIDs

Boolean

optional; true to quote IDs

 

Remarks

The boundary centroids report is created for all objects, regardless of the selection.

 

Example

This example creates a report of centroid coordinates for selected objects. Coordinates are reported in latitude and longitude in a BNA format.

 

Selected.CentroidsReport(BNAForm:=True, LatLon:=True)

 

Used by Selection collection