RebarConstraintIsToCustomTarget Method

Checks if the RebarConstraintType of the RebarConstraint is 'ToCustomTarget'.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool IsToCustomTarget()

Return Value

Boolean
Returns true if the RebarConstraintType of the RebarConstraint is 'ToCustomTarget', false otherwise.
Exceptions
ExceptionCondition
InvalidOperationException RebarConstraint is no longer valid.
See Also