ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IISLFootprintDisplayProps Interface