Checks if the reference provided can be used in creating Rebar constraints
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsReferenceValidForConstraint( Reference targetReference )
Parameters
- targetReference Reference
- The reference to be checked
Return Value
Booleanreturns true if reference can be used in a constraint, false otherwise
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |