Shows the elements 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(
ElementSet elements
)
Parameters
- elements ElementSet
- The set of elements that will be shown.
Exceptions
Remarks
Places all the elements on the screen by moving the view.
See Also
Reference