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


IISLFootprintDisplayProps.FootprintDisplayEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IISLFootprintDisplayProps Interface > IISLFootprintDisplayProps.FootprintDisplayEnabled Property
ArcGIS Developer Help

IISLFootprintDisplayProps.FootprintDisplayEnabled Property

Indicates if footprint display is enabled.

[Visual Basic .NET]
Public Property FootprintDisplayEnabled As Boolean
[C#]
public bool FootprintDisplayEnabled {get; set;}
[C++]
HRESULT get_FootprintDisplayEnabled(
  Boolean* pEnabled
);
[C++]
HRESULT put_FootprintDisplayEnabled(
  VARIANT_BOOL pEnabled
);
[C++]
Parameters
pEnabled [out, retval]

pEnabled is a parameter of type bool* pEnabled [in]
pEnabled is a parameter of type bool

Product Availability

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

See Also

IISLFootprintDisplayProps Interface