ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class
Properties Methods


In This Topic
    EnvelopeBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by EnvelopeBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the center point of this instance.  
    Public PropertyGets or sets the center point of this instance formatted as a Coordinate2D.  
    Public Property Gets the depth of this instance.  
    Public PropertyOverridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Envelope.  
    Public PropertyOverridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes ID-values also known as ID-awareness.  
    Public PropertyOverridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes M-values also known as M-awareness.  
    Public PropertyOverridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes Z-values also known as Z-awareness.  
    Public Property Gets the height of this instance.  
    Public Property Gets or sets the ID maximum of this instance.  
    Public Property Gets or sets the ID minimum of this instance.  
    Public PropertyOverridden.  Gets a boolean indicating if the geometry of this builder is empty.  
    Public Property Gets or sets the M maximum of this instance.  
    Public Property Gets or sets the M minimum of this instance.  
    Public PropertyGets or sets the GeometryBuilderEx.SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    Public Property Gets the width of this instance.  
    Public Property Gets or sets the X maximum of this instance.  
    Public Property Gets or sets the X minimum of this instance.  
    Public Property Gets or sets the Y maximum of this instance.  
    Public Property Gets or sets the Y minimum of this instance.  
    Public Property Gets or sets the Z maximum of this instance.  
    Public Property Gets or sets the Z minimum of this instance.  
    Top
    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