Share

ICadDrawing.KeepExtraResources Property

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: 29.0

Syntax

VB

Property KeepExtraResources As Boolean
	Get
	Set

C#

bool KeepExtraResources { get; set; }

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?