ArcGIS Runtime SDK for WPF - Library Reference
SetFullExtent Method
See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmsLayer Class : SetFullExtent Method

fullExtent
The full extent.
Sets the full extent. This method is useful only if SkipGetCapabilities is true otherwise the full extent is set by the metadata.

Syntax

Visual Basic (Declaration) 
Public Sub SetFullExtent( _
   ByVal fullExtent As Envelope _
) 
C# 
public void SetFullExtent( 
   Envelope fullExtent
)

Parameters

fullExtent
The full extent.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.