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


IEditorZ.UseZOffset 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.UseZOffset Property
ArcGIS Developer Help

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