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.