RebarConstrainedHandleAllowsConstraintToHostEdge Method |
Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdge] type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool AllowsConstraintToHostEdge()
Public Function AllowsConstraintToHostEdge As Boolean
public:
bool AllowsConstraintToHostEdge()
member AllowsConstraintToHostEdge : unit -> bool
Return Value
Boolean
Returns true if the RebarConstrainedHandle allows constraint of
[!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdge] type.
See Also