This document is archived and information here might be outdated. Recommended version. |
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*