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

PhaseArray.Item

Property
Description:
Gets or sets a phase at a specified index within the array.
Syntax
public virtual Phase this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32 The index of the phase to be set or retrieved.
Return Value
Type Description
Phase Returns the phase at the specified index.