2027 Class
Changes 8
C

ConstraintToRebarEdgeProperties

Description:
This class is used to access properties for a constraint to a rebar's edge.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.ConstraintToRebarEdgeProperties
public class ConstraintToRebarEdgeProperties : IDisposable
Name Return Type Description Inherited From
C ConstraintToRebarEdgeProperties(TargetRebarEdge) None Constructs a new instance of ConstraintToRebarEdgeProperties.
C ConstraintToRebarEdgeProperties(Rebar, Int32) None Constructs a new instance of ConstraintToRebarEdgeProperties.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ConstraintToRebarEdgeProperties
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetTargetRebarEdge() TargetRebarEdge Gets the target rebar edge.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P DistanceToTargetRebar double The distance to the target rebar's edge. The default value is 0.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P UsePositiveDirectionForZeroOffset bool If true, when offset is zero, the child bar is placed in the default positive direction to avoid the clash, false otherwise. The default value is true.