Swap(int, int)

Swaps two steps in the Removal sequence by name. Returns true if successful and false if unsuccessful Usage: removalSequence.Swap("Base", "Generated Support 1")

Declaration Syntax

public bool Swap(int index1, int index2)

Parameters

index1(int)

No details are provided for this entry.

index2(int)

No details are provided for this entry.