ArcObjects Library Reference (Editor)  

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