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


IRasterTypeProperties.EnableClipToFootprint Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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