Share

IndependentTag.TagText Property

The text associated with the tag. If there are several strings assiciated with the tag, the strings will be returned concatenated.


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

Syntax

C#

public string TagText { get; }

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException The IndependentTag object does not have a tag behavior. -or- The IndependentTag object does not have a valid tag text. -or- The tagging element is in the link.

See Also

Reference

Was this information helpful?