This document is archived and information here might be outdated.  Recommended version.


IEditorZ.ZOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditorZ Interface > IEditorZ.ZOffset Property
ArcGIS Developer Help

IEditorZ.ZOffset Property

Determines offset applied to z-value when new vertex is added to edit sketch.

[Visual Basic .NET]
Public Property ZOffset As Double
[C#]
public double ZOffset {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property will apply an offset to the z-value generated by the editor's ZCaptureType. Default value is 0. The ZOffset is not applied unless IEditorZ::UseZOffset is TRUE.

See Also

IEditorZ Interface