2027 Members
Changes 0
M

RebarConstrainedHandle Methods

Name Return Type Description Inherited From
M AllowsConstraintToCustomTarget() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToCustomTarget] type.
M AllowsConstraintToHostEdge() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdge] type.
M AllowsConstraintToHostEdgeCover() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdgeCover] type.
M AllowsConstraintToHostFaceOrToCover() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::FixedDistanceToHostFace] or [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToCover] type.
M AllowsConstraintToOtherRebarEdge() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToOtherRebar] type, where target is [!:Autodesk::Revit::DB::Structure::RebarConstraintType::TargetRebarConstraintType::Edge] .
M AllowsConstraintToSurface() Boolean Checks if the RebarConstrainedHandle allows constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToSurface] type.
M AllowsDistanceToHostEdgeOrHostEdgeCover() Boolean Checks if the RebarConstrainedHandle allows distance for a constraint of [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdge] or [!:Autodesk::Revit::DB::Structure::RebarConstraintType::ToHostEdgeCover] type.
M CanSetBehavior(RebarHandleBehavior) Boolean Checks if the input behavior can be set for this RebarConstrainedHandle.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCustomHandleTag() Int32 Returns the tag of the handle. The type of the handle should be 'CustomHandle'.
M GetEdgeNumber() Int32 If the RebarConstrainedHandle's RebarHandleType is 'Edge', then this function will return the number of the edge that is driven by the handle.
M GetHandleName() String Gets the name of the handle.
M GetHandlePosition(View) XYZ Gets the position of this handle as it is while editing constraints.
M GetHandleSurface() Surface Gets the surface of this handle.
M GetHandleType() RebarHandleType Returns the RebarHandleType of a RebarConstrainedHandle.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetPossibleHandleBehaviors() IList<RebarHandleBehavior> Gets a list of possible handle behaviors for the current handle.
M GetRebarConstraintsManager() RebarConstraintsManager Gets the RebarConstraintsManager that is associated with this handle.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsCustomHandle() Boolean Returns true if the RebarHandleType of the RebarConstrainedHandle is 'CustomHandle'.
M IsDraggable() Boolean Checks that the RebarConstrainedHandle can be draggable in canvas (it has drag controls while editing constraints).
M IsEdgeHandle() Boolean Returns true if the RebarHandleType of the RebarConstrainedHandle is 'Edge'.
M IsEqual(RebarConstrainedHandle) Boolean Checks if the specified RebarConstrainedHandle is the same as 'this'.
M IsValid() Boolean Checks that the RebarConstrainedHandle still has access to valid Rebar handle data and that its RebarConstraintsManager is still valid.
M Move(XYZ) None Moves the handle with the specified vector.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object