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

UIDocument.ShowElements(Element)

Method
Description:
Shows the element by zoom to fit.
Remarks:
Places the element in the center of screen by moving the view.
Syntax
public void ShowElements(
	Element element
)
Parameters
Parameter Type Description
element Element Element that will be shown.
Return Value
Exceptions
Exception Condition
ArgumentNullException Element is null.