RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.ShowActiveWorkPlane

Method
Description:
Show the active work plane of the view.
Remarks:
If this method is invoked while the current work plane is hidden, only the outline of the updated work plane will be shown immediately. The updated sketch plane will be shown fully after the current transaction is committed. Therefore it is recommended the Add-On commits the transaction before performing UI operations (for example, PickPoint).
Syntax
public void ShowActiveWorkPlane()
Exceptions
Exception Condition
InvalidOperationException Thrown when there is no active sketch plane, or when an error occurs during setting the sketch plane visibility.