2024 Method
Changes 0
M

PhaseArray.Insert

Description:
Insert the specified phase into the array.
public virtual void Insert(
	Phase item,
	int index
)
  • item
    The phase to be inserted into the array.
  • Int32
    index
    The phase will be inserted before this index.
Return Value Returns whether the phase was inserted into the array.