Share

RebarConstraintsManager.ClearHandleConstraintPairHighlighting Method

Clears all highlighting in all views.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?