Revit 2026 API
UIDocumentShow |
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void ShowElements( ICollection<ElementId> elementIds )
Public Sub ShowElements ( elementIds As ICollection(Of ElementId) )
public: void ShowElements( ICollection<ElementId^>^ elementIds )
member ShowElements : elementIds : ICollection<ElementId> -> unit
Parameters
- elementIds ICollectionElementId
See Also