This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IISLFootprintDisplayProps Interface > IISLFootprintDisplayProps.FootprintDisplaySymbol Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
ppSymbol is a parameter of type ISymbol ppSymbol [in]
ppSymbol is a parameter of type ISymbol