ArcGIS Pro 2.9 API Reference Guide
EnvelopeBuilder Constructor(Envelope)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class > EnvelopeBuilder Constructor : EnvelopeBuilder Constructor(Envelope)
The Envelope to use for the EnvelopeBuilder.
Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public EnvelopeBuilder( 
   Envelope envelope
)
Public Function New( _
   ByVal envelope As Envelope _
)

Parameters

envelope
The Envelope to use for the EnvelopeBuilder.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
envelope is null.
Remarks

The Z and M attributes are inherited from the input envelope. To set the ID property, use EnvelopeBuilderEx.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members
Overload List