This document is archived and information here might be outdated. Recommended version. |
Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset.
[Visual Basic .NET]
Public Property RemoveInvalidItems As Boolean
[C#]
public bool RemoveInvalidItems {get; set;}
[C++]
HRESULT get_RemoveInvalidItems(
VARIANT_BOOL pbRemoveInvalidItems
);
[C++]
HRESULT put_RemoveInvalidItems(
Boolean* pbRemoveInvalidItems
);
[C++] Parameters pbRemoveInvalidItems [in]
pbRemoveInvalidItems is a parameter of type bool pbRemoveInvalidItems [out, retval]
pbRemoveInvalidItems is a parameter of type bool*