Share

ICadComponent.SkipDocumentSave Property

If this is set to True, a component that is changed and then suppressed (by setting the Component.IsActive property to false) will not be saved to disk.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property SkipDocumentSave As Boolean
	Get
	Set

C#

bool SkipDocumentSave { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?