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


IBuildBoundaryParameters.UpdateBoundary Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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