The RebarShape element that defines the shape of the rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2013
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in a future version. For getter we suggest you use GetShapeId() instead. For setter we suggest you use GetShapeDrivenAccessor().SetRebarShapeId() instead.")]
public ElementId RebarShapeId { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in a future version. For getter we suggest you use GetShapeId() instead. For setter we suggest you use GetShapeDrivenAccessor().SetRebarShapeId() instead.")> _
Public Property RebarShapeId As ElementId
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2018 and will be removed in a future version. For getter we suggest you use GetShapeId() instead. For setter we suggest you use GetShapeDrivenAccessor().SetRebarShapeId() instead.")]
public:
property ElementId^ RebarShapeId {
ElementId^ get ();
void set (ElementId^ value);
} |
Remarks
Exceptions
See Also