RebarGetFreeFormAccessor Method

Returns an interface providing access to free-form properties and methods for this Rebar element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarFreeFormAccessor GetFreeFormAccessor()

Return Value

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