Shows the elements by zoom to fit.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ShowElements( ElementSet elements )
Parameters
- elements ElementSet
- The set of elements that will be shown.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Elements is null. |
| ArgumentException | Member of elements is null. |
