This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentLayer Property (ArcObjects .NET 10.4 SDK) |
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