laptop and a wrench

漏洞

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

上次发布: August 25, 2014 ArcGIS for Desktop
漏洞 ID 编号 NIM048710
已提交September 24, 2009
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本9.3.1
操作系统Windows OS
操作系统版本XP
状态Will Not Be Addressed

附加信息

No Public Explanation

解决办法

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

重现步骤

漏洞 ID: NIM048710

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项