ArcObjects Library Reference (Carto)  

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 [out, retval]

  pOption is a parameter of type esriISLFootprintDisplayOptEnum

pOption [in]

  pOption is a parameter of type esriISLFootprintDisplayOptEnum

Product Availability

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

See Also

IISLFootprintDisplayProps Interface