ESRI.ArcGIS.ADF.ArcGISServer
FromAdfEnvelope Method
See Also 
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 Envelope _
) As EnvelopeN
Visual Basic (Usage)Copy Code
Dim envelope As Envelope
Dim value As EnvelopeN
 
value = Converter.FromAdfEnvelope(envelope)
C# 
public static EnvelopeN FromAdfEnvelope( 
   Envelope envelope
)

Parameters

envelope
The Web ADF Envelope to convert.

Return Value

An ArcGIS Server EnvelopeN with the same geometry and shape.

See Also

© 2010 All Rights Reserved.