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


IMosaicFunction2.ClipToBoundary Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction2.ClipToBoundary Property

Indicates if the mosaic dataset will be clipped to its boundary.

[Visual Basic .NET]
Public Property ClipToBoundary As Boolean
[C#]
public bool ClipToBoundary {get; set;}
[C++]
HRESULT get_ClipToBoundary(
  VARIANT_BOOL* pClipping
);
[C++]
HRESULT put_ClipToBoundary(
  VARIANT_BOOL pClipping
);
[C++]

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

Product Availability

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

See Also

IMosaicFunction2 Interface