ESRI.ArcGIS.ADF.ArcGISServer
FromAdfEnvelope Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : FromAdfEnvelope Method




envelope
The Web ADF Envelope to convert.
Converts a Web ADF Envelope to an ArcGIS Server EnvelopeN.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromAdfEnvelope( _
   ByVal envelope As ESRI.ArcGIS.ADF.Web.Geometry.Envelope _
) As EnvelopeN
Visual Basic (Usage)Copy Code
Dim envelope As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Dim value As EnvelopeN
 
value = Converter.FromAdfEnvelope(envelope)
C# 
public static EnvelopeN FromAdfEnvelope( 
   ESRI.ArcGIS.ADF.Web.Geometry.Envelope envelope
)

Parameters

envelope
The Web ADF Envelope to convert.

Return Value

An ArcGIS Server EnvelopeN with the same geometry and shape.

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

© 2011 All Rights Reserved.