This document is archived and information here might be outdated.  Recommended version.


IMapAutoExtentOptions.AutoExtentLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentLayer Property

Auto extent features. See esriExtentTypeEnum.

[Visual Basic .NET]
Public Property AutoExtentLayer As IFeatureLayer
[C#]
public IFeatureLayer AutoExtentLayer {get; set;}
[C++]
HRESULT get_AutoExtentLayer(
  IFeatureLayer** Layer
);
[C++]
HRESULT putref_AutoExtentLayer(
  IFeatureLayer* Layer
);
[C++]

Parameters Layer [out, retval]
Layer is a parameter of type IFeatureLayer Layer [in]
Layer is a parameter of type IFeatureLayer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapAutoExtentOptions Interface