RebarReinforcementData
Description:
class containing the id and the end of rebar on which the coupler stays
class containing the id and the end of rebar on which the coupler stays
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.ReinforcementData
Autodesk.Revit.DB.Structure.RebarReinforcementData
System.Object
Autodesk.Revit.DB.Structure.ReinforcementData
Autodesk.Revit.DB.Structure.RebarReinforcementData
public class RebarReinforcementData : ReinforcementData
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(ElementId, Int32) | RebarReinforcementData | Creates a new instance of RebarReinforcementData, or if the operation fails. | |
| Dispose() | None | Releases all resources used by the | ReinforcementData |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| End | int | The end of the rebar. The end should be 0 or 1. | |
| RebarId | ElementId | The id of the Rebar | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | ReinforcementData |