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


IMosaicFunction.ClipToFootprint 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.ClipToFootprint Property
ArcGIS Developer Help

IMosaicFunction.ClipToFootprint Property

Indicates if individual images will be clipped to their footprints.

[Visual Basic .NET]
Public Property ClipToFootprint As Boolean
[C#]
public bool ClipToFootprint {get; set;}
[C++]
HRESULT get_ClipToFootprint(
  Boolean* pClipping
);
[C++]
HRESULT put_ClipToFootprint(
  VARIANT_BOOL pClipping
);
[C++]
Parameters
pClipping [out, retval]

pClipping is a parameter of type bool* pClipping [in]
pClipping is a parameter of type bool

Product Availability

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

See Also

IMosaicFunction Interface