Revit 2026 API
Rebar |
Sets 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: 26.0.4.0 (26.0.4.0)
Syntax
public static void SetTagRelativePosition( Element bendingDetail, XYZ relativeOffset )
Public Shared Sub SetTagRelativePosition ( bendingDetail As Element, relativeOffset As XYZ )
public: static void SetTagRelativePosition( Element^ bendingDetail, XYZ^ relativeOffset )
static member SetTagRelativePosition : bendingDetail : Element * relativeOffset : XYZ -> unit
Parameters

Exception | Condition |
---|---|
ArgumentException | This option is only available for realistic bending detail elements. -or- The input point lies outside of Revit design limits. |
ArgumentNullException | A non-optional argument was null |

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