This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.EnableClipToFootprint Property (ArcObjects .NET 10.5 SDK) |
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