The RebarShape element that defines the shape of the rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public ElementId RebarShapeId { get; set; }
Property Value
ElementIdExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: shapeId is not the id of a RebarShape in the document. -or- When setting this property: The RebarShape has End Treatments |
ArgumentNullException | When setting this property: A non-optional argument was null |