ArcGIS Desktop

  • ドキュメント
  • サポート

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

ListFieldConflictFilters

  • サマリー
  • 構文
  • コードのサンプル

サマリー

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.

構文

ListFieldConflictFilters (table)
パラメーター説明データ タイプ
table

Input geodatabase table or feature class.

String

戻り値

データ タイプ説明
String

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

コードのサンプル

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)

関連トピック

  • フィールド競合フィルターの追加 (Add Field Conflict Filter)
  • フィールド競合フィルターの削除 (Remove Field Conflict Filter)

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS プラットフォーム

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

Esri について

  • 会社概要
  • 採用情報
  • スタッフ ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
© Copyright 2016 Environmental Systems Research Institute, Inc. | プライバシー | リーガル