ArcGIS Pro 3.7 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 Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
    public override GeometryType GeometryType {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also