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


IBuildBoundaryParameters.AppendToExistingBoundary 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.AppendToExistingBoundary Property
ArcGIS Developer Help

IBuildBoundaryParameters.AppendToExistingBoundary Property

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(
  Boolean* pbAppendToExistingBoundary
);
[C++]
Parameters
pbAppendToExistingBoundary [in]

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

Product Availability

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

See Also

IBuildBoundaryParameters Interface

.NET Samples

Create a custom raster type