This document is archived and information here might be outdated. Recommended version. |
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*