ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation2.UpdateBoundary Method

Updates the boundary associated with the mosaic dataset to be the specified geometry.

ERROR: Syntax information about IMosaicDatasetOperation2.UpdateBoundary may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT UpdateBoundary(
  IGeometry* pBoundaryGeometry
);
[C++]

Parameters

pBoundaryGeometry [in]

  pBoundaryGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface