RebarConstraintIsToCustomTarget Method |
Checks if the RebarConstraintType of the RebarConstraint is 'ToCustomTarget'.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool IsToCustomTarget()
Public Function IsToCustomTarget As Boolean
public:
bool IsToCustomTarget()
member IsToCustomTarget : unit -> bool
Return Value
Boolean
Returns true if the RebarConstraintType of the RebarConstraint is 'ToCustomTarget', false otherwise.
Exceptions
See Also