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


IMosaicFunction.FootprintSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.FootprintSymbol Property
ArcGIS Developer Help

IMosaicFunction.FootprintSymbol Property

The symbol used to draw footprints.

[Visual Basic .NET]
Public Property FootprintSymbol As ISymbol
[C#]
public ISymbol FootprintSymbol {get; set;}
[C++]
HRESULT get_FootprintSymbol(
  ISymbol** ppSymbol
);
[C++]
HRESULT putref_FootprintSymbol(
  ISymbol* ppSymbol
);
[C++]
Parameters
ppSymbol [out, retval]

ppSymbol is a parameter of type ISymbol** ppSymbol [in]
ppSymbol is a parameter of type ISymbol*

Product Availability

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

See Also

IMosaicFunction Interface