Shows the element by zoom to fit.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void ShowElements( Element element )
Parameters
- element Element
- Element that will be shown.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Element is null. |