ObjectCoordReport

 

The ObjectCoordReport method creates a report on the selected object's coordinates. Coordinate reports can only be generated for a single selected object.

 

Syntax

object.ObjectCoordReport

 

Example

    'ObjectCoordReport

    'Select the area with PID "16055"

    Plot.Layers.ActiveLayer.Shapes.SelectByPID(PIDName:="16055")

   

 'Show the coordinates report for the selected object

    Selection.ObjectCoordReport

 

Used by: Selection collection