Rebar.GetShapeDrivenAccessor Method

RebarGetShapeDrivenAccessor Method

Returns an interface providing access to shape-driven properties and methods for this Rebar element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarShapeDrivenAccessor GetShapeDrivenAccessor()
Public Function GetShapeDrivenAccessor As RebarShapeDrivenAccessor
public:
RebarShapeDrivenAccessor^ GetShapeDrivenAccessor()
member GetShapeDrivenAccessor : unit -> RebarShapeDrivenAccessor 

Return Value

RebarShapeDrivenAccessor
The interface providing access to shape-driven properties and methods for this Rebar element.
Exceptions
ExceptionCondition
InvalidOperationException This method applies only to shape driven rebar.
See Also