ESRI.ArcGIS.ADF.ArcGISServer
ToAdfEnvelope Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : ToAdfEnvelope Method




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

Syntax

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

Parameters

env
The ArcGIS Server EnvelopeN to convert.

Return Value

A Web ADF Envelope with the same coordinates.

See Also

© 2010 All Rights Reserved.