The default area of interest for the layer.
[Visual Basic 6.0] Property AreaOfInterest As IEnvelope
[Visual Basic .NET] Public Property AreaOfInterest As IEnvelope
[C#] public IEnvelope AreaOfInterest {get; set;}
[Java] public IEnvelope getAreaOfInterest() throws IOException, AutomationException
[Java] public void setAreaOfInterest( IEnvelope pEnvelope ) throws IOException, AutomationException
[C++] HRESULT get_AreaOfInterest( IEnvelope** aoi );
[C++] HRESULT put_AreaOfInterest( IEnvelope* aoi);
Parameters
aoi [out, retval]
aoi is a parameter of type IEnvelope
aoi [in]
aoi is a parameter of type IEnvelope
Returns the spatial-referenced extent of the layer.