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