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


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

IISLFootprintDisplayProps.FootprintDisplaySymbol Property

The footprint display symbol.

[Visual Basic .NET]
Public Property FootprintDisplaySymbol As ISymbol
[C#]
public ISymbol FootprintDisplaySymbol {get; set;}
[C++]
HRESULT get_FootprintDisplaySymbol(
  ISymbol* ppSymbol
);
[C++]
HRESULT putref_FootprintDisplaySymbol(
  ISymbol** ppSymbol
);
[C++]
Parameters
ppSymbol [in]

ppSymbol is a parameter of type ISymbol* ppSymbol [out, retval]
ppSymbol is a parameter of type ISymbol**

Product Availability

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

See Also

IISLFootprintDisplayProps Interface