IPCBIWindowNeedToSave Property

Set or get the internal bool for asking user to save the design changes at closing project. This is only important if changes are made, some smaller changes do not set this bool. Most changes like delete of objects or add new objects set this bool immediately.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool NeedToSave { get; set; }

Property Value

Boolean

Implements

InterfacePCBIWindowNeedToSave

See Also