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) |
Parameters
- geometry
- Geometry object (Point, Multipoint, Envelope, Polyline or Polygon).
Return Value
Envelope that encloses the extent of all input geometry.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also