Checks if the reference provided can be used in creating Rebar constraints
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2019.1
Syntax
| C# |
|---|
public bool IsReferenceValidForConstraint(
Reference targetReference
) |
| Visual Basic |
|---|
Public Function IsReferenceValidForConstraint ( _
targetReference As Reference _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsReferenceValidForConstraint(
Reference^ targetReference
) |
Return Value
returns true if reference can be used in a constraint, false otherwise
Remarks
Exceptions
See Also