ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Envelope Class


In This Topic
    Envelope Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method Center the envelope at the specified X and Y coordinate.  
    Public Method Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Moves the X and Y coordinates of the envelope sides toward or away from each other to scale the size of the envelope.  
    Public Method Calculates the intersection between this instance and the specified envelope.  
    Public Method Determines if this instance intersects the supplied envelope.  
    Public MethodOverloaded.   
    Public MethodOverloaded. Overridden.   
    Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Returns the union of this instance and the specified envelope.  
    Top
    See Also