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


IRasterTypeProperties.EnableClipToFootprint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.EnableClipToFootprint Property
ArcGIS Developer Help

IRasterTypeProperties.EnableClipToFootprint Property

Indicates whether datasets are clipped to their footprints.

[Visual Basic .NET]
Public Property EnableClipToFootprint As Boolean
[C#]
public bool EnableClipToFootprint {get; set;}
[C++]
HRESULT get_EnableClipToFootprint(
  VARIANT_BOOL pbEnableClipToFootprint
);
[C++]
HRESULT put_EnableClipToFootprint(
  Boolean* pbEnableClipToFootprint
);
[C++]
Parameters
pbEnableClipToFootprint [in]

pbEnableClipToFootprint is a parameter of type bool pbEnableClipToFootprint [out, retval]
pbEnableClipToFootprint is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties Interface