Converts an ArcGIS (ArcObjects) envelope to a Web ADF envelope.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromIEnvelope( _
ByVal envelope As ESRI.ArcGIS.Geometry.IEnvelope _
) As ESRI.ArcGIS.ADF.Web.Geometry.Envelope |
Visual Basic (Usage) | Copy Code |
---|
Dim envelope As ESRI.ArcGIS.Geometry.IEnvelope
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
value = Converter.FromIEnvelope(envelope) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.Geometry.Envelope FromIEnvelope(
ESRI.ArcGIS.Geometry.IEnvelope envelope
) |
Parameters
- envelope
- The ArcGIS (ArcObjects) envelope (IEnvelope) to convert.
Return Value
The Web ADF
Envelope with the equivalent properties.
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