ESRI.ArcGIS.ADF.Local
AreaOfInterest Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomLayer Class : AreaOfInterest Property




The default area of interest for the layer. Returns the spatial-referenced extent of the layer.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property AreaOfInterest As IEnvelope
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomLayer
Dim value As IEnvelope
 
value = instance.AreaOfInterest
C# 
public virtual IEnvelope AreaOfInterest {get;}

See Also

© 2010 All Rights Reserved.