laptop and a wrench

Error

Reshape Feature tool no longer adds vertically interpolated z-values to vertices created during the execution of the tool.

Última publicación: August 25, 2014 ArcGIS for Desktop
Número de ID del error NIM048710
EnviadoSeptember 24, 2009
Última modificaciónJune 5, 2024
Relacionado conArcGIS for Desktop
Versión encontrada9.3.1
Sistema operativoWindows OS
Versión de sistema operativoXP
EstadoWill Not Be Addressed

Información adicional

No Public Explanation

Solución alternativa

There is a sample the user could download to manage the z editing environment (http://resources.esri.com/help/9.3/ArcGISDesktop/dotnet/39d6d81e-b497-4ce8-814b-a8d4700fe75f.htm) However all the user needs in this case is to change the Z-capture type to interpolate in order for reshape to interpolate z values rather than use them from the sketch which has 0 or the current z value if set. Use the following is VBA code to change the zcapturetype to interpolate. Public Sub ChangeCaptureType() Dim edituid As New UID Dim pEditor As IEditor edituid.Value = "esriEditor.Editor" Set pEditor = Application.FindExtensionByCLSID(edituid) Dim pEditorZ As IEditorZ Set pEditorZ = pEditor pEditorZ.ZCaptureType = esriCaptureInterpolateZEnd Sub

Pasos para reproducir

ID del error: NIM048710

Software:

  • ArcGIS for Desktop

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