ReinforcementSettings.GetReinforcementAbbreviationTags
Method
Description:
Gets a list of abbreviation tags for desired reinforcement object type.
Gets a list of abbreviation tags for desired reinforcement object type.
Syntax
public IList<ReinforcementAbbreviationTag> GetReinforcementAbbreviationTags(
ReinforcementAbbreviationObjectType objectType
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| objectType | ReinforcementAbbreviationObjectType | Defines the type of desired reinforcement object for abbreviation tags. |
Return Value
| Type | Description |
|---|---|
| IList | An array of ReinforcementAbbreviationTag that will define all abbreviations for given reinforcement object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |