laptop and a wrench

Error

Calling IFeatureClass.FeatureCount on a Query Table fails in a File Geodatabase.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM031954
EnviadoFebruary 7, 2008
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada9.3
Versión corregida9.3
EstadoFixed

Solución alternativa

Dim pFeatureCursor As IFeatureCursor Set pFeatureCursor = pFeatureClass.Search(Nothing, False) Dim dCount As Double Dim pIFeature As IFeature dCount = 0 Set pFeature = pFeatureCursor.NextFeature Do Until pFeature Is Nothing dCount = dCount + 1 Set pFeature = pFeatureCursor.NextFeature Loop MsgBox dCount

Pasos para reproducir

ID del error: NIM031954

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga