laptop and a wrench

Bug

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

Last Published: August 25, 2014 ArcGIS for Desktop
Bug ID Number NIM048710
SubmittedSeptember 24, 2009
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found9.3.1
Operating SystemWindows OS
Operating System VersionXP
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

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

Steps to Reproduce

Bug ID: NIM048710

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options