Share

UIDocument.ShowElements(ElementSet) Method

Shows the elements 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(
	ElementSet elements
)

Parameters

elements  ElementSet
The set of elements that will be shown.

Exceptions

ExceptionCondition
ArgumentNullExceptionElements is null.
ArgumentExceptionMember of elements is null.

Remarks

Places all the elements on the screen by moving the view.

See Also

Reference

Was this information helpful?