ArcGIS Pro 2.8 API Reference Guide
CreateEnvelope(SpatialReference) Method

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class > CreateEnvelope Method : CreateEnvelope(SpatialReference) Method
(Optional) The SpatialReference. The default value is null.
Convenience method to create a new instance of the Envelope class. The new instance is empty.
Syntax
public static Envelope CreateEnvelope( 
   SpatialReference spatialReference
)
Public Overloads Shared Function CreateEnvelope( _
   Optional ByVal spatialReference As SpatialReference _
) As Envelope

Parameters

spatialReference
(Optional) The SpatialReference. The default value is null.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members
Overload List