Detect Layout Changes (Aeronautical)

License Level:BasicStandardAdvanced

Summary

Identifies chart elements that may need updates due to changes to the underlying data that those elements reference. Use with the Change Reporter tool to identify charts that may need maintenance as a result of edits that have occurred to the production database. The Change Reporter tool discovers changes made to underlying data. This tool finds which elements on specific charts were affected by those changes.

Usage

Syntax

DetectLayoutChange_aeronautical (in_reviewer_workspace, session_id, in_product_library_workspace, in_production_database_workspace, input_mapids)
ParameterExplanationData Type
in_reviewer_workspace

The ArcGIS Data Reviewer for Desktop extension reviewer workspace to which results are written.

Workspace
session_id

The identifier and name for a Reviewer session. The session must exist in the Reviewer Workspace.

String
in_product_library_workspace

Path to the product library workspace.

Workspace
in_production_database_workspace

The workspace that contains the data used for production tasks or display on maps and charts.

Workspace
input_mapids
[input_mapids,...]

List of the instances in which you want to search for changes.

String

Code Sample

DetectLayoutChanges example (Python window)

The following Python window script demonstrates how to use the DetectLayoutChanges tool.

# Reviewer workspace and session
reviewerWorkspace = r'c:\data\reviewer.gdb'
sessionId = "Session 1 : Session 1"

# product library
productLibraryWork = "Database Connections\\productLibrary.sde"

# production database
productionDb = "Database Connections\\productionDb.sde"

# input map ids
inMapIds = "Aeronautical::Enroute::Lower::SANFRAN"

# Execute Detect Layout Changes
arcpy.DetectLayoutChange_aeronautical(reviewerWorkspace, sessionId, productLibraryWork, productionDb, inMapIds)

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: No
ArcGIS for Desktop Standard: No
ArcGIS for Desktop Advanced: Requires Aeronautical
5/31/2013