Revit 2026 API
Phase |
Add the phase to the end of the array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual void Append( Phase item )
Public Overridable Sub Append ( item As Phase )
public: virtual void Append( Phase^ item )
abstract Append : item : Phase -> unit override Append : item : Phase -> unit
Parameters
- item Phase
- The phase to be added.
See Also