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


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

IEditorZ.UseZDrapingTolerance Property

Indicates whether the ZDrapingTolerance property is used when adding segments to the edit sketch.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Determines whether a draping tolerance (defined in IEditorZ::ZDrapingTolerance) is applied to limit the number of points added to the sketch. Default value is FALSE.

See Also

IEditorZ Interface