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


IImageViewOperationParameters.RemoveOrphanItems Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageViewOperationParameters.RemoveOrphanItems Property

Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.

[Visual Basic .NET]
Public Property RemoveOrphanItems As Boolean
[C#]
public bool RemoveOrphanItems {get; set;}
[C++]
HRESULT get_RemoveOrphanItems(
  VARIANT_BOOL pbRemoveOrphanItems
);
[C++]
HRESULT put_RemoveOrphanItems(
  Boolean* pbRemoveOrphanItems
);
[C++]

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

Product Availability

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

See Also

IImageViewOperationParameters Interface