ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.DrawFootprint Property

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

Product Availability

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

See Also

IMosaicFunction Interface