ArcGIS Pro 2.6 API Reference Guide
GeometryType Property (Envelope)

ArcGIS.Core.Geometry Namespace > Envelope Class : GeometryType Property
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 EnvelopeBuilder class instead. The EnvelopeBuilder.ToGeometry method will provide you with the Envelope object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Envelope Class
Envelope Members