This document is archived and information here might be outdated. Recommended version. |
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*