ConstraintToRebarEdgeProperties
Description:
This class is used to access properties for a constraint to a rebar's edge.
This class is used to access properties for a constraint to a rebar's edge.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.ConstraintToRebarEdgeProperties
System.Object
Autodesk.Revit.DB.Structure.ConstraintToRebarEdgeProperties
public class ConstraintToRebarEdgeProperties : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ConstraintToRebarEdgeProperties(TargetRebarEdge) | None | Constructs a new instance of ConstraintToRebarEdgeProperties. | |
| ConstraintToRebarEdgeProperties(Rebar, Int32) | None | Constructs a new instance of ConstraintToRebarEdgeProperties. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ConstraintToRebarEdgeProperties | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetTargetRebarEdge() | TargetRebarEdge | Gets the target rebar edge. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DistanceToTargetRebar | double | The distance to the target rebar's edge. The default value is 0. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| 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. |