ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSnappingProperties Class / ZToleranceEnabled Property

In This Topic
    ZToleranceEnabled Property
    In This Topic
    Gets or sets a value indicating whether Z tolerance is enabled.
    Syntax
    public bool ZToleranceEnabled {get; set;}
    Public Property ZToleranceEnabled As Boolean
    Remarks
    When enabled, the ZTolerance value is used to evaluate Z snapping. When disabled, the ZTolerance is considered to be infinite. The value is considered to be false (disabled) in 3D views.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also