ESRI.ArcGIS.ADF.Web
GetMinimumEnclosingEnvelope(Geometry) Method
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Geometry Class > GetMinimumEnclosingEnvelope Method : GetMinimumEnclosingEnvelope(Geometry) Method




geometry
Geometry object (Point, Multipoint, Envelope, Polyline or Polygon).
Generates an Envelope that encloses the extent of all input geometry.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetMinimumEnclosingEnvelope( _
   ByVal geometry As Geometry _
) As Envelope
Visual Basic (Usage)Copy Code
Dim geometry As Geometry
Dim value As Envelope
 
value = Geometry.GetMinimumEnclosingEnvelope(geometry)
C# 
public static Envelope GetMinimumEnclosingEnvelope( 
   Geometry geometry
)

Parameters

geometry
Geometry object (Point, Multipoint, Envelope, Polyline or Polygon).

Return Value

Envelope that encloses the extent of all input geometry.

See Also

© 2010 All Rights Reserved.