This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.UpdateBoundary Property (ArcObjects .NET 10.5 SDK) |
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