Revit 2018 API |
PhaseArray..::..Append Method |
PhaseArray Class See Also |
Add the phase to the end of the array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public virtual void Append( Phase item ) |
Visual Basic |
---|
Public Overridable Sub Append ( _ item As Phase _ ) |
Visual C++ |
---|
public: virtual void Append( Phase^ item ) |
Parameters
- item
- Type: Autodesk.Revit.DB..::..Phase
The phase to be added.