UIDocumentShowElements(ElementId) Method |
Shows the element by zoom to fit.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void ShowElements(
ElementId elementId
)
Public Sub ShowElements (
elementId As ElementId
)
public:
void ShowElements(
ElementId^ elementId
)
member ShowElements :
elementId : ElementId -> unit
Parameters
- elementId ElementId
- Element id that will be shown.
Exceptions
RemarksPlaces the element in the center of screen by moving the view.
See Also