ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / HasID Property

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also