ViewHideActiveWorkPlane Method |
Hide the active work plane of the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void HideActiveWorkPlane()
Public Sub HideActiveWorkPlane
public:
void HideActiveWorkPlane()
member HideActiveWorkPlane : unit -> unit
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown when there is no active sketch plane, or when an error occurs during setting the sketch plane visibility. |
See Also