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


IRemoveItemsParameters.RemoveUnreferencedInstances Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemoveItemsParameters.RemoveUnreferencedInstances Property

Indicates whether to remove the raster type instances for those which don't have any associated catalog items.

[Visual Basic .NET]
Public Property RemoveUnreferencedInstances As Boolean
[C#]
public bool RemoveUnreferencedInstances {get; set;}
[C++]
HRESULT get_RemoveUnreferencedInstances(
  VARIANT_BOOL pbRemoveUnreferencedInstances
);
[C++]
HRESULT put_RemoveUnreferencedInstances(
  Boolean* pbRemoveUnreferencedInstances
);
[C++]

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

Product Availability

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

See Also

IRemoveItemsParameters Interface