ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / HasZ Property

In This Topic
    HasZ Property (EnvelopeBuilderEx)
    In This Topic
    Gets or sets a value indicating if the EnvelopeBuilderEx recognizes Z-values also known as Z-awareness.
    Syntax
    public override bool HasZ {get; set;}
    Public Overrides NotOverridable Property HasZ As Boolean
    Remarks
    When HasZ is false, ZMin and ZMax are always 0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also