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


IMapAutoExtentOptions.AutoExtentLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentLayer Property
ArcGIS Developer Help

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