This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayer Interface > ILayer.AreaOfInterest Property (ArcObjects .NET 10.5 SDK) |
The default area of interest for the layer.
[Visual Basic .NET] Public ReadOnly Property AreaOfInterest As IEnvelope
[C#] public IEnvelope AreaOfInterest {get;}
[C++]
HRESULT get_AreaOfInterest(
IEnvelope** aoi
);
[C++]
Parameters aoi [out, retval]
aoi is a parameter of type IEnvelope
Returns the spatial-referenced extent of the layer.