RebarShapeDrivenAccessorSetRebarShapeId Method |
Changes the RebarShape element that defines the shape of the rebar.
Changing the value of this member causes the Rebar instance to choose values for its
shape parameters to preserve its previous shape as closely as possible
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetRebarShapeId(
ElementId shapeId
)
Public Sub SetRebarShapeId (
shapeId As ElementId
)
public:
void SetRebarShapeId(
ElementId^ shapeId
)
member SetRebarShapeId :
shapeId : ElementId -> unit
Parameters
- shapeId ElementId
-
Exceptions
See Also