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


ISynchronizeParameters.RemoveInvalidItems Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.RemoveInvalidItems Property
ArcGIS Developer Help

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(
  Boolean* pbRemoveInvalidItems
);
[C++]
Parameters
pbRemoveInvalidItems [in]

pbRemoveInvalidItems is a parameter of type bool pbRemoveInvalidItems [out, retval]
pbRemoveInvalidItems is a parameter of type bool*

Product Availability

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

See Also

ISynchronizeParameters Interface