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


IEditorZ.UseZOffset Property (ArcObjects .NET 10.4 SDK)
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