Gets a list of abbreviation tags for desired reinforcement object type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2016
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- objectType
- Type: Autodesk.Revit.DB.Structure ReinforcementAbbreviationObjectType
Defines the type of desired reinforcement object for abbreviation tags.
Return Value
An array of ReinforcementAbbreviationTag that will define all abbreviations for given reinforcement object.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |