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


IBuildBoundaryParameters.UpdateBoundary Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.UpdateBoundary Property
ArcGIS Developer Help

IBuildBoundaryParameters.UpdateBoundary Property

Indicates whether the mosaic dataset is updated with the computed boundary geometry.

[Visual Basic .NET]
Public Property UpdateBoundary As Boolean
[C#]
public bool UpdateBoundary {get; set;}
[C++]
HRESULT get_UpdateBoundary(
  VARIANT_BOOL pbUpdateBoundary
);
[C++]
HRESULT put_UpdateBoundary(
  Boolean* pbUpdateBoundary
);
[C++]
Parameters
pbUpdateBoundary [in]

pbUpdateBoundary is a parameter of type bool pbUpdateBoundary [out, retval]
pbUpdateBoundary is a parameter of type bool*

Product Availability

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

See Also

IBuildBoundaryParameters Interface