Revit 2025 API
Rebar |
Resets the embedded tag position w.r.t. the realistic bending detail element to the selected tag position.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static void ResetTagRelativePosition( Element bendingDetail )
Public Shared Sub ResetTagRelativePosition ( bendingDetail As Element )
public: static void ResetTagRelativePosition( Element^ bendingDetail )
static member ResetTagRelativePosition : bendingDetail : Element -> unit
Parameters
- bendingDetail Element
- The bending detail element.

Exception | Condition |
---|---|
ArgumentException | This option is only available for realistic bending detail elements. |
ArgumentNullException | A non-optional argument was null |

This function is exclusive to realistic bending detail mode.
See Also