ArcObjects Library Reference (Editor)  

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