public override GeometryType GeometryType {get;}
Public Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
public override GeometryType GeometryType {get;}
Public Overrides NotOverridable ReadOnly Property GeometryType As GeometryType
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.
Target Platforms: Windows 10, Windows 8.1