This document is archived and information here might be outdated. Recommended version. |
Provides access to members that access and manipulate the z-environment of the editor.
This interface is new at ArcGIS 9.3.
Name | Description | |
---|---|---|
ApplyZ | Applies editor's Z-capture logic to point if it isn't already z-aware. | |
DrapeGeometry | Drapes a geometry to the current surface.. If addVertices is false, existing vertex Z's will be modified but no new vertices added. | |
Draping | Indicates whether sketches are draped onto the surface. | |
FinalizeZs | Resolves NaN Zs to definite values. | |
InitializeFeatureConstruction | Initialize a FeatureConstruction object that will use the Editor's ZEnvironment settings. | |
NotifyZFinalize | Callback used to notify if ZCapture mode fails. | |
Surface | Surface used for Z capture. | |
UseZDrapingTolerance | Indicates whether the ZDrapingTolerance property is used when adding segments to the edit sketch. | |
UseZOffset | Indicates whether new z-values are modified by the ZOffset property. | |
ZCaptureType | Determines method used for z-capture. | |
ZDrapingTolerance | Determines the allowable error from the surface when draping. | |
ZOffset | Determines offset applied to z-value when new vertex is added to edit sketch. | |
ZSnapSymbol | Symbol used to indicate when vertex is snapped in Z. |
Classes | Description |
---|---|
Editor | The Object Editor Extension. |
For more information on capturing and editing features containing z values, refer to How to work with Z-values in the Editor.