IAutomationSaveBooleanAttributesWithValues Property
If true, boolean attributes are saved in ODB++ including their values (e.g. attribute=no), otherwise boolean attributes with value=false are omitted in the ODB++ file.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public static bool SaveBooleanAttributesWithValues { get; set; }
Public Shared Property SaveBooleanAttributesWithValues As Boolean
Get
Set
public:
static property bool SaveBooleanAttributesWithValues {
bool get ();
void set (bool value);
}
static member SaveBooleanAttributesWithValues : bool with get, set
Property Value
Boolean