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


IRemoveItemsParameters.RemoveBrokenItemsOnly Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbRemoveBrokenItemsOnly
);
[C++]

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

Product Availability

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

See Also

IRemoveItemsParameters Interface