Share

UIDocument.ShowElements(Element) Method

Shows the element by zoom to fit.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void ShowElements(
	Element element
)

Parameters

element  Element
Element that will be shown.

Exceptions

ExceptionCondition
ArgumentNullExceptionElement is null.

Remarks

Places the element in the center of screen by moving the view.

See Also

Reference

Was this information helpful?