Gets the embedded tag rotation angle w.r.t. the realistic bending detail element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static double GetTagRelativeRotation(
Element bendingDetail
)
Parameters
- bendingDetail Element
-
The bending detail element.
Return Value
Double
The rotation angle of the embedded tag w.r.t. the bending detail element.
Exceptions
Remarks
This function is exclusive to realistic bending detail mode.
See Also
Reference