IndependentTagHasTagText Method |
Checks if the IndependentTag has a valid tag text.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Function HasTagText As Boolean
public:
bool HasTagText()
member HasTagText : unit -> bool
Return Value
Boolean
True if the IndependentTag object has a valid tag text.
See Also