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

PhaseArray.Append

Method
Description:
Add the phase to the end of the array.
Syntax
public virtual void Append(
	Phase item
)
Parameters
Parameter Type Description
item Phase The phase to be added.
Return Value