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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動