The position of the tag's head.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public XYZ TagHeadPosition { get; set; }
Property Value
XYZExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: Head position of the tag with no leader could not be located outside of the host element. |
ArgumentNullException | When setting this property: A non-optional argument was null |
InvalidOperationException | When setting this property: SpatialElementTag is pinned. -or- When setting this property: SpatialElementTag is orphaned. |