ConstraintToRebarEdgeProperties Class

This class is used to access properties for a constraint to a rebar's edge.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureConstraintToRebarEdgeProperties

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ConstraintToRebarEdgeProperties : IDisposable

The ConstraintToRebarEdgeProperties type exposes the following members.

Constructors
 NameDescription
Public methodConstraintToRebarEdgeProperties(TargetRebarEdge) Constructs a new instance of ConstraintToRebarEdgeProperties.
Public methodConstraintToRebarEdgeProperties(Rebar, Int32) Constructs a new instance of ConstraintToRebarEdgeProperties.
Top
Properties
 NameDescription
Public propertyDistanceToTargetRebar The distance to the target rebar's edge. The default value is 0.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyUsePositiveDirectionForZeroOffset 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.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ConstraintToRebarEdgeProperties
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTargetRebarEdge Gets the target rebar edge.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also