Remove Contingent Value (Data Management)

ArcGIS Pro 3.3 | | Help archive

Summary

Removes a contingent value from a field group.

Usage

  • If your data is stored in an enterprise geodatabase, you must be connected as the data owner to use this tool.

Parameters

LabelExplanationData Type
Target Table

The input geodatabase feature class or table containing the contingent value that will be removed.

Table View
Contingent Value ID

The unique contingent value ID.

To view the contingent value ID in the Contingent Values view, click the Toggle Value IDs button on the ribbon. In Python, this value can be accessed using the arcpy.da.ListContingentValues function.

String

Derived Output

LabelExplanationData Type
Updated Feature Class

The updated input with the contingent value removed.

Table View; Raster Layer; Mosaic Layer

Environments

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics