Revit 2025 API
Rebar |
Gets the embedded tag position w.r.t. the realistic bending detail element in model coordinates.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static XYZ GetTagRelativePosition( Element bendingDetail )
Public Shared Function GetTagRelativePosition ( bendingDetail As Element ) As XYZ
public: static XYZ^ GetTagRelativePosition( Element^ bendingDetail )
static member GetTagRelativePosition : bendingDetail : Element -> XYZ
Parameters
- bendingDetail Element
- The bending detail element.
Return Value
XYZThe new relative position of the embedded tag w.r.t. 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