ESRI.ArcGIS.ADF.Web
FullExtent Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > ElementGraphicsLayer Class : FullExtent Property




Gets the full extent of all contained GraphicElement objects.

Syntax

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

Remarks

This property may not populated when query results are returned. Check for valid values before using this extent.

See Also

© 2010 All Rights Reserved.