asiDeleteFlowchartStep
asiDeleteFlowchartStep(o_flowcharts_name[s_splice] ) =>t/nil
Description
Deletes a step and any attached links from an existing flowchart. Typically, you do not need this function because you can unlink any flowchart step that you do not want to use with the asiDeleteFlowchartLink function.
Arguments
Value Returned
Examples
Deletes the asiSendOptions step from flowchart for the XYZ simulation.
flowchart = asiGetFlowchart( asiGetTool( 'XYZ ))
asiDeleteFlowchartStep( flowchart 'asiSendOptions )
Related Topics
Return to top