Insert(int, IAMProcessStep)

Inserts a given step at particular index(zero based) Throws an IndexOutOfRangeException if the step is being inserted out of range. Throws a NotSupportedException if the insertion is invalid Usage: Sequence.Insert(0,Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.UserStep())

Declaration Syntax

public virtual void Insert(int index, IAMProcessStep item)

Parameters

index(int)

No details are provided for this entry.

item(IAMProcessStep)

No details are provided for this entry.