Gets a list of abbreviation tags for desired reinforcement object type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ReinforcementAbbreviationTag> GetReinforcementAbbreviationTags(
ReinforcementAbbreviationObjectType objectType
)
Parameters
- objectType ReinforcementAbbreviationObjectType
-
Defines the type of desired reinforcement object for abbreviation tags.
Return Value
IList<ReinforcementAbbreviationTag>
An array of ReinforcementAbbreviationTag that will define all abbreviations for given reinforcement object.
Exceptions
See Also
Reference