ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class
Version


In This Topic
EnvelopeBuilderEx Class Methods
In This Topic

For a list of all members of this type, see EnvelopeBuilderEx members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public MethodOverloaded.   
Public Methodstatic (Shared in Visual Basic)Creates a new instance of the Envelope class from an Esri shape buffer.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of the Envelope class from an ArcGIS JSON geometry representation.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of the Envelope class from an ArcGIS XML string representation.  
Public MethodIntersects the envelope with the EnvelopeBuilderEx.  
Public MethodChecks if the input Envelope intersects the EnvelopeBuilderEx.  
Public MethodOverloaded.   
Public Method Sets the coordinates from the input envelope.  
Public MethodOverridden.  Sets the geometry of this builder to empty.  
Public Method Sets the ID-coordinates, that is, IDMin and IDMax. Also sets HasID = true.  
Public Method Sets the M-coordinates, that is, MMin and MMax. Also sets HasM = true.  
Public Method Sets the xy-coordinates, that is, XMin, YMin, XMax, YMax.  
Public Method Sets the Z-coordinates, that is, ZMin and ZMax. Also sets HasZ = true.  
Public MethodReturns an Envelope instance representing the current state of the builder.  
Public MethodUnions the envelope with the EnvelopeBuilderEx.  
Top
See Also