RequestDesignSave

Node Action:

The RequestDesignSave node action causes Designer XI to save the design.

Parameters:

se_type

RequestDesignSave

se_type = RequestDesignSave

se_promptUserIfDirty

Shows the "Would you like to save" prompt if there are changes.

se_resultVariable

A variable to set if the design was saved.

Example:

Update Property And Save: Updates a property on a component and saves the design.

digraph workflow {

entry[
se_type0 = ComponentToolTrigger,
se_displayName0 = "Update And Save"
se_iconService0 = ""
se_iconUrl0 = ""
se_requiresConnection0 = false,
se_sortOrder0 = 0,
se_visibilityCondition0 = "(dynamicStateMachineContext, msLogger) => {
  return true;
}",

]

UpdateAndSave[
  se_type0 = SetPropertyOnComponent,
  se_determineComponentId0 = "(dynamicStateMachineContext, msLogger) => {
    return dynamicStateMachineContext.Event.component.id.ToString();
  }",
  se_propertyName0 = "NewProperty"
  se_value0 = "NewValue"


  se_type1 = RequestDesignSave,
  se_promptUserIfDirty1 = false,
  se_resultVariable1 = Saved

]

entry->UpdateAndSave->exit


}
Feedback
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.