ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
FromIEnvelope Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local Namespace > Converter Class : FromIEnvelope Method




envelope
The ArcGIS (ArcObjects) envelope (IEnvelope) to convert.
Converts an ArcGIS (ArcObjects) envelope to a Web ADF envelope.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromIEnvelope( _
   ByVal envelope As IEnvelope _
) As Envelope
Visual Basic (Usage)Copy Code
Dim envelope As IEnvelope
Dim value As Envelope
 
value = Converter.FromIEnvelope(envelope)
C# 
public static Envelope FromIEnvelope( 
   IEnvelope envelope
)

Parameters

envelope
The ArcGIS (ArcObjects) envelope (IEnvelope) to convert.

Return Value

The Web ADF Envelope with the equivalent properties.

See Also

© 2010 All Rights Reserved.