ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.RemoveInvalidItems Property

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(
  VARIANT_BOOL pbRemoveInvalidItems
);
[C++]

Parameters

pbRemoveInvalidItems [out, retval]   pbRemoveInvalidItems is a parameter of type VARIANT_BOOL pbRemoveInvalidItems [in]   pbRemoveInvalidItems is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISynchronizeParameters Interface