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