This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IISLFootprintDisplayProps Interface > IISLFootprintDisplayProps.FootprintDisplayEnabled Property (ArcObjects .NET 10.4 SDK) |
Indicates if footprint display is enabled.
[Visual Basic .NET] Public Property FootprintDisplayEnabled As Boolean
[C#] public bool FootprintDisplayEnabled {get; set;}
[C++]
HRESULT get_FootprintDisplayEnabled(
VARIANT_BOOL* pEnabled
);
[C++]
HRESULT put_FootprintDisplayEnabled(
VARIANT_BOOL pEnabled
);
[C++]
Parameters pEnabled [out, retval] pEnabled is a parameter of type VARIANT_BOOL pEnabled [in] pEnabled is a parameter of type VARIANT_BOOL