RebarConstraintsManagerClearHandleConstraintPairHighlighting Method

Clears all highlighting in all views.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void ClearHandleConstraintPairHighlighting(
	Document aDoc
)

Parameters

aDoc  Document
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
Remarks
If highlightHandleConstraintPairInAllViews has been called, then this method can be used to remove all highlighting.
See Also