ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

TableView properties

  • Résumé
  • Propriétés
  • Exemple de code

Résumé

The Describe function returns the following properties for Table Views. Table Properties are also supported.

A Table View returns a dataType of "TableView".

Propriétés

PropriétéExplicationType de données
table
(Lecture seule)

A Describe object of the table associated with the table view

Describe
FIDSet
(Lecture seule)

A semicolon-delimited string of selected feature IDs (record numbers)

String
fieldInfo
(Lecture seule)

The FieldInfo object (property set) of the table

FieldInfo
whereClause
(Lecture seule)

The table view selection where clause

String
nameString
(Lecture seule)

The name of the table view

String

Exemple de code

TableView properties example (stand-alone script)

The following stand-alone script creates an in memory table view from a feature class. It then displays some of the properties for the table view.

import arcpy

# Create a table view from a feature class
#
arcpy.MakeTableView_management(
        "C:/data/wellingham.gdb/water/water_pipes", 
        "pipes_view")

# Create a Describe object from the table view
#
desc = arcpy.Describe("pipes_view")

# Print some table view properties
#
print "Table View Name: " + desc.nameString
print "Where Clause:    " + desc.whereClause
print "Table Name:      " + desc.name

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS

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

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2021 Esri. | Confidentialité | Légal