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


IRemoveItemsParameters.RemoveBrokenItemsOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemoveItemsParameters.RemoveBrokenItemsOnly Property

Indicates whether only catalog items with broken paths are removed.

[Visual Basic .NET]
Public Property RemoveBrokenItemsOnly As Boolean
[C#]
public bool RemoveBrokenItemsOnly {get; set;}
[C++]
HRESULT get_RemoveBrokenItemsOnly(
  VARIANT_BOOL pbRemoveBrokenItemsOnly
);
[C++]
HRESULT put_RemoveBrokenItemsOnly(
  Boolean* pbRemoveBrokenItemsOnly
);
[C++]

Parameters pbRemoveBrokenItemsOnly [in]
pbRemoveBrokenItemsOnly is a parameter of type bool pbRemoveBrokenItemsOnly [out, retval]
pbRemoveBrokenItemsOnly is a parameter of type bool*

Product Availability

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

See Also

IRemoveItemsParameters Interface