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


IISLFootprintDisplayProps.FootprintDisplayOption 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.FootprintDisplayOption Property
ArcGIS Developer Help

IISLFootprintDisplayProps.FootprintDisplayOption Property

The footprint display option.

[Visual Basic .NET]
Public Property FootprintDisplayOption As esriISLFootprintDisplayOptEnum
[C#]
public esriISLFootprintDisplayOptEnum FootprintDisplayOption {get; set;}
[C++]
HRESULT get_FootprintDisplayOption(
  esriISLFootprintDisplayOptEnum pOption
);
[C++]
HRESULT put_FootprintDisplayOption(
  esriISLFootprintDisplayOptEnum* pOption
);
[C++]
Parameters
pOption [in]

pOption is a parameter of type esriISLFootprintDisplayOptEnum pOption [out, retval]
pOption is a parameter of type esriISLFootprintDisplayOptEnum*

Product Availability

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

See Also

IISLFootprintDisplayProps Interface