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


IRemoveItemsParameters2.RemoveItem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters2 Interface > IRemoveItemsParameters2.RemoveItem Property
ArcGIS Developer Help

IRemoveItemsParameters2.RemoveItem Property

Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.

[Visual Basic .NET]
Public Property RemoveItem As Boolean
[C#]
public bool RemoveItem {get; set;}
[C++]
HRESULT get_RemoveItem(
  VARIANT_BOOL pbRemoveItem
);
[C++]
HRESULT put_RemoveItem(
  Boolean* pbRemoveItem
);
[C++]
Parameters
pbRemoveItem [in]

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

Product Availability

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

See Also

IRemoveItemsParameters2 Interface