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