ArcGIS Runtime SDK for WPF - Library Reference
FullExtent Property
See Also 
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : FullExtent Property

Gets the minimum enclosing envelope of all the features in the layer.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property FullExtent As Envelope
C# 
public override Envelope FullExtent {get;}

Remarks

If the layer contains no Graphics, the FeatureService's Extent will be returned. However if the layer contains features, the extent of the features loaded into the layer will be the extent returned.

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.