Drop Visual Specifications (Production Mapping)

License Level:BasicStandardAdvanced

Summary

Removes the fields associated with visual specifications from the selected feature layers and feature classes.

Usage

Syntax

DropVisualSpecifications_production (in_features, vs_workspace, specifications)
ParameterExplanationData Type
in_features
[in_features,...]

The feature layers, feature classes, or tables for which you want to remove the fields associated with visual specifications.

Table View
vs_workspace

The workspace containing the visual specifications table. The visual specification table can be stored in a personal, file, or an enterprise geodatabase.

Workspace
specifications
[specifications,...]

The visual specifications whose fields you want to remove from the selected feature layers and feature classes.

String

Code Sample

DropVisualSpecifications example (Python window)

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

# paths to data
SoCal_ProductLibrary_gdb = "C:\\data\\SoCal_ProductLibrary.gdb"
RoadL = "C:\\data\\SoCal_Sample.gdb\\SoCal\\RoadL"

# Drop Visual Specifications on RoadL
arcpy.DropVisualSpecifications_production(RoadL, SoCal_ProductLibrary_gdb, "'SoCal :: 1:250K specification'")

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: No
ArcGIS for Desktop Standard: Requires Production Mapping
ArcGIS for Desktop Advanced: Requires Production Mapping
12/18/2014