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


IBuildBoundaryParameters.AppendToExistingBoundary Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IBuildBoundaryParameters Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to build a boundary on a Mosaic dataset