ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Envelope Class / GeometryType Property

In This Topic
    GeometryType Property (Envelope)
    In This Topic
    Gets the GeometryType of this instance. Always returns GeometryType.Envelope.
    Syntax
    public override GeometryType GeometryType {get;}
    Public Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
    Remarks

    Envelopes are based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created. If you need to modify an Envelope once it has been created, use the EnvelopeBuilderEx class instead. The EnvelopeBuilderEx.ToGeometry method will provide you with the Envelope object.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also