Shows the elements by zoom to fit.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public void ShowElements(
ICollection<ElementId> elementIds
) |
Visual Basic |
---|
Public Sub ShowElements ( _
elementIds As ICollection(Of ElementId) _
) |
Visual C++ |
---|
public:
void ShowElements(
ICollection<ElementId^>^ elementIds
) |
Parameters
- elementIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
The set of element ids which will be shown.
Remarks
Exceptions
See Also