Public Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
public override GeometryType GeometryType {get;}
Public Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
public override GeometryType GeometryType {get;}
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.
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)