Share

RebarContainerItem.RebarShapeId Property

The RebarShape element that defines the shape of the rebar.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ElementId RebarShapeId { get; set; }

Property Value

ElementId

Exceptions

ExceptionCondition
ArgumentException When setting this property: shapeId is not the id of a RebarShape in the document. -or- When setting this property: A RebarContainerItem cannot be created from a Rebar Shape that has End Treatments or Cranks or terminations' rotation angles are different than 0.
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

Changing the value of this property causes the Rebar instance to choose values for its shape parameters to preserve its previous shape as closely as possible

See Also

Reference

Was this information helpful?