The MapReport method creates a report on a document.
Syntax
Object.MapReport( IncludeStanding )
Parameter |
Type |
Description |
IncludeStanding |
Boolean |
optional; true to include object ranking |
Example
This example creates a map report and includes object ranking.
Plot.MapReport( IncludeStanding:=True )
Used by: PlotDocument