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


IImageViewOperationParameters.RemoveOrphanItems Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbRemoveOrphanItems
);
[C++]

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

Product Availability

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

See Also

IImageViewOperationParameters Interface