This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbUpdateBoundary
);
[C++] Parameters pbUpdateBoundary [in]
pbUpdateBoundary is a parameter of type bool pbUpdateBoundary [out, retval]
pbUpdateBoundary is a parameter of type bool*