ArcObjects Library Reference (Editor)  

IEditorZ.UseZOffset Property

Indicates whether new z-values are modified by the ZOffset property.

[Visual Basic .NET]
Public Property UseZOffset As Boolean
[C#]
public bool UseZOffset {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to define whether an offset (specified through IEditorZ::ZOffset) is applied to a z-value captured using the editor. Default value is FALSE.

See Also

IEditorZ Interface