This document is archived and information here might be outdated. Recommended version. |
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*