ArcGIS Pro 2.6 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members
Overload List