ESRI.ArcGIS.ADF.IMS
FullExtent Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ImageLayer Class : FullExtent Property




Gets or sets the full extent.

Syntax

Visual Basic (Declaration) 
Public Property FullExtent As Envelope
Visual Basic (Usage)Copy Code
Dim instance As ImageLayer
Dim value As Envelope
 
instance.FullExtent = value
 
value = instance.FullExtent
C# 
public Envelope FullExtent {get; set;}

Remarks

This is the bounding rectangle around all features in the map layer. It is retrieved during creation of the MapService on which the MapView or LayoutView is based. If LoadLayerExtents is false in the ImageDescriptor used to initialize the MapService, then no extents are retrieved, and FullExtent will be null (Nothing).

It is possible to set FullExtent, in which case the envelope is not necessarily the bounding envelope for all features.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.