This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.AppendToExistingBoundary Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the computed boundary geometry is merged with existing mosaic boundary.
[Visual Basic .NET] Public Property AppendToExistingBoundary As Boolean
[C#] public bool AppendToExistingBoundary {get; set;}
[C++]
HRESULT get_AppendToExistingBoundary(
VARIANT_BOOL* pbAppendToExistingBoundary
);
[C++]
HRESULT put_AppendToExistingBoundary(
VARIANT_BOOL pbAppendToExistingBoundary
);
[C++]
Parameters pbAppendToExistingBoundary [out, retval] pbAppendToExistingBoundary is a parameter of type VARIANT_BOOL pbAppendToExistingBoundary [in] pbAppendToExistingBoundary is a parameter of type VARIANT_BOOL