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


IMosaicDatasetOperation2.UpdateBoundary Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.UpdateBoundary Method
ArcGIS Developer Help

IMosaicDatasetOperation2.UpdateBoundary Method

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

[Visual Basic .NET]
Public Sub UpdateBoundary ( _
    ByVal pBoundaryGeometry As IGeometry _
)
[C#]
public void UpdateBoundary (
    IGeometry pBoundaryGeometry
);
[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