ArcObjects Library Reference (Editor)  

IEditorZ Interface

Provides access to members that access and manipulate the z-environment of the editor.

Product Availability

Available with ArcGIS Desktop.

Description

This interface is new at ArcGIS 9.3.

Members

Description
Method ApplyZ Applies editor's Z-capture logic to point if it isn't already z-aware.
Method DrapeGeometry Drapes a geometry to the current surface.. If addVertices is false, existing vertex Z's will be modified but no new vertices added.
Read/write property Draping Indicates whether sketches are draped onto the surface.
Method FinalizeZs Resolves NaN Zs to definite values.
Method InitializeFeatureConstruction Initialize a FeatureConstruction object that will use the Editor's ZEnvironment settings.
Read/write property NotifyZFinalize Callback used to notify if ZCapture mode fails.
Read/write property Surface Surface used for Z capture.
Read/write property UseZDrapingTolerance Indicates whether the ZDrapingTolerance property is used when adding segments to the edit sketch.
Read/write property UseZOffset Indicates whether new z-values are modified by the ZOffset property.
Read/write property ZCaptureType Determines method used for z-capture.
Read/write property ZDrapingTolerance Determines the allowable error from the surface when draping.
Read/write property ZOffset Determines offset applied to z-value when new vertex is added to edit sketch.
Read/write property ZSnapSymbol Symbol used to indicate when vertex is snapped in Z.

CoClasses that implement IEditorZ

CoClasses and Classes Description
Editor The Object Editor Extension.

Remarks

For more information on capturing and editing features containing z values, refer to How to work with Z-values in the Editor.

.NET Related Topics

Updating geometry of existing features | Working with the editor snap environment