ArcGIS Runtime SDK for Windows Phone - Library Reference
FullExtent Property
See Also  Send comments on this topic
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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.