RVTDocs.com
Namespace: Autodesk.Revit.UI Class: UIDocument

UIDocument.ShowElements(ElementSet)

Method
Description:
Shows the elements by zoom to fit.
Remarks:
Places all the elements on the screen by moving the view.
Syntax
public void ShowElements(
	ElementSet elements
)
Parameters
Parameter Type Description
elements ElementSet The set of elements that will be shown.
Return Value
Exceptions
Exception Condition
ArgumentNullException Elements is null.
ArgumentException Member of elements is null.