RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PhaseArray

PhaseArray.Insert

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