ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

GDB Table properties

  • Resumen
  • Propiedades
  • Muestra de código

Resumen

The Describe function returns the following properties for Geodatabase Tables. Editor Tracking Properties, Table Properties, and Dataset Properties are also supported.

A Geodatabase Table returns a dataType of "Table".

Propiedades

PropiedadExplicaciónTipo de datos
aliasName
(Sólo lectura)

The alias name for the table.

String
defaultSubtypeCode
(Sólo lectura)

The default subtype code.

String
extensionProperties
(Sólo lectura)

The properties for the class extension.

Object
globalIDFieldName
(Sólo lectura)

The name of the GlobalID field.

String
hasGlobalID
(Sólo lectura)

Indicates whether the table has a GlobalID field.

Boolean
modelName
(Sólo lectura)

The model name for the table.

String
rasterFieldName
(Sólo lectura)

The name of the raster field.

String
relationshipClassNames
(Sólo lectura)

The names of the Relationship Classes that this table participates in.

String
subtypeFieldName
(Sólo lectura)

The name of the subtype field.

String
versionedView
(Sólo lectura)

The name of a Versioned View for a versioned feature class.

String

Muestra de código

GDB Table properties example (stand-alone script)

The following stand-alone script displays some properties of a GDB table.

import arcpy

# Create a Describe object from the GDB table.
#
desc = arcpy.Describe("C:/data/chesapeake.gdb/munich")

# Print GDB Table properties
#
print "%-22s %s" % ("AliasName:", desc.aliasName)
print "%-22s %s" % ("DefaultSubtypeCode:", desc.defaultSubtypeCode)
print "%-22s %s" % ("GlobalIDFieldName:", desc.globalIDFieldName)
print "%-22s %s" % ("ModelName:", desc.modelName)
print "%-22s %s" % ("RasterFieldName:", desc.rasterFieldName)
print "%-22s %s" % ("RelationshipClassNames:", desc.relationshipClassNames)

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

ArcGIS

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

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog de Esri
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2021 Esri. | Privacidad | Legal