ArcGIS for Desktop

  • Dokumentation
  • Preise
  • Support

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS for Desktop

Ein vollständiges professionelles GIS

ArcGIS for Server

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Preise
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

Help

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Mehr...

ListFieldConflictFilters

  • Zusammenfassung
  • Syntax
  • Codebeispiel

Zusammenfassung

Lists the fields in a versioned feature class or table that have field conflict filters applied. The returned list is a list of field names.

Syntax

ListFieldConflictFilters (table)
ParameterErläuterungDatentyp
table

Input geodatabase table or feature class.

String

Rückgabewert

DatentypErläuterung
String

A list containing strings for each field name that has conflict filters applied is returned.

Codebeispiel

ListFieldConflictFilters example

List field conflict filters.

import arcpy

# Get a list of fields with conflict filters applied and print the name.
filteredFields = arcpy.da.ListFieldConflictFilters('Database Connections/municipal.sde/Primary_UG')
for field in filteredFields:
    print(field)

Verwandte Themen

  • Feld-Konfliktfilter hinzufügen
  • Feld-Konfliktfilter entfernen
Feedback zu diesem Thema?

ArcGIS for Desktop

  • Startseite
  • Dokumentation
  • Preise
  • Support

ArcGIS Plattform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Insider-Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Datenschutz | Rechtliches