This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.UpdateBoundary Method (ArcObjects .NET 10.4 SDK) |
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