| Revit 2016 API |
| IndependentTag..::..TagText Property |
| IndependentTag Class See Also |
Returns the text of the Tag.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
public string TagText { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TagText As String Get |
| Visual C++ |
|---|
public: property String^ TagText { String^ get (); } |
Return Value
Return the text of the Tag.
Remarks
This property retrieves the text of the Tag.