This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.DrawFootprint Property (ArcObjects .NET 10.5 SDK) |
Indicates if to draw footprints.
[Visual Basic .NET] Public Property DrawFootprint As Boolean
[C#] public bool DrawFootprint {get; set;}
[C++]
HRESULT get_DrawFootprint(
VARIANT_BOOL* pDraw
);
[C++]
HRESULT put_DrawFootprint(
VARIANT_BOOL pDraw
);
[C++]
Parameters pDraw [out, retval] pDraw is a parameter of type VARIANT_BOOL pDraw [in] pDraw is a parameter of type VARIANT_BOOL