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


IRasterTypeProperties.EnableClipToFootprint Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbEnableClipToFootprint
);
[C++]

Parameters pbEnableClipToFootprint [out, retval] pbEnableClipToFootprint is a parameter of type VARIANT_BOOL pbEnableClipToFootprint [in] pbEnableClipToFootprint is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeProperties Interface