If this is set to False, then resources that have been copied from the drawing specified by ResourceFileName will be deleted from the current drawing
when an iLogic function is used to replace them. This helps to redcue the number of unused resources stored in the drawing.
The default value is True.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Property KeepExtraResources As Boolean Get Set
C#
bool KeepExtraResources { get; set; }