Share

IndependentTag.TagHeadPosition Property

The position of the head of tag in model coordinates.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public XYZ TagHeadPosition { get; set; }

Property Value

XYZ

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

The depth of the tag head position in the view does not matter because tags are drawn over model geometry in the view.

See Also

Reference

Was this information helpful?