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(
  VARIANT_BOOL pbUpdateBoundary
);
[C++]

Parameters

pbUpdateBoundary [out, retval]   pbUpdateBoundary is a parameter of type VARIANT_BOOL pbUpdateBoundary [in]   pbUpdateBoundary is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBuildBoundaryParameters Interface