Revit 2025 API
Reinforcement |
Gets one abbreviation tag for desired ReinforcementAbbreviationTagType.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetReinforcementAbbreviationTag( ReinforcementAbbreviationTagType tagType )
Public Function GetReinforcementAbbreviationTag ( tagType As ReinforcementAbbreviationTagType ) As String
public: String^ GetReinforcementAbbreviationTag( ReinforcementAbbreviationTagType tagType )
member GetReinforcementAbbreviationTag : tagType : ReinforcementAbbreviationTagType -> string
Parameters
- tagType ReinforcementAbbreviationTagType
- Defines the type of abbreviation tag.
Return Value
StringAbbreviation tag value

Exception | Condition |
---|---|
ArgumentException | The abbreviation type tagType is not valid |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also