Shows the element by zoom to fit.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ShowElements(
ElementId elementId
)
Parameters
- elementId ElementId
- Element id that will be shown.
Exceptions
Remarks
Places the element in the center of screen by moving the view.
See Also
Reference