ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Update IDs

Available with Advanced license.

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Updates User-IDs in a coverage after they have been modified in a feature attribute table. The feature attribute table is used to determine the correct User-ID for each feature in the coverage. This value is recorded in all places where the feature User-ID is stored.

Learn more about how Update IDs works

Usage

  • Tools such as Add Item and Calculate Field can be used to add or modify User-IDs in a coverage's feature attribute table before Update IDs is used.

  • If the Create Labels tool has been used to create new label points for coverage polygons, the polygon User-IDs stored in the coverage PAT are not equal to the new label point User-IDs. Create Labels stores the new label points and their User-IDs in the LAB file. Update IDs may be used to change the label point User-IDs to be equal to the User-IDs stored in the PAT.

  • To change the User-IDs stored in the PAT to be equal to the label point User-IDs, use the Build tool.

  • There is no NODE option because the Update IDs tool is not necessary after updating User-IDs in the NAT file.

Syntax

arcpy.arc.IDEdit(in_cover, feature_type)
ParameterExplanationData Type
in_cover

The coverage for which User-IDs have been modified.

Coverage
feature_type

Specifies the class of features for which User-IDs are to be updated.

  • POLY —Polygon User-IDs will be updated. This is the default option.
  • LINE —Arc User-IDs will be updated.
  • POINT —Point User-IDs will be updated.
  • ANNO.subclass —Annotation User-IDs will be updated.
String

Code sample

IDEdit example (stand-alone script)

The following stand-alone script demonstrates how to update User-IDs in a coverage.

# Name: IDEdit_Example.py
# Description: Adds polygon labels, then updates the User-IDs for a coverage
# Requirements: ArcInfo Workstation

# Import system modules
import arcpy
from arcpy import env

# Set environment settings
env.workspace = "C:/data"

# Set local variables
inCover = "texas"
featureType = "POLY"

#Execute IDEdit
arcpy.IDEdit_arc(inCover, featureType)

Environments

  • Current Workspace
  • Level Of Comparison Between Projection Files
  • Precision For Derived Coverages
  • Precision For New Coverages
  • Scratch Workspace

Licensing information

  • Basic: No
  • Standard: No
  • Advanced: Requires ArcInfo Workstation installed

Related topics

  • An overview of the Tables toolset
  • Add Item
  • Drop Item
  • Build
  • Create Labels

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal