ReinforcementSettings.GetReinforcementAbbreviationTag
Method
Description:
Gets one abbreviation tag for desired ReinforcementAbbreviationTagType.
Gets one abbreviation tag for desired ReinforcementAbbreviationTagType.
Parameters
Parameter | Type | Description |
---|---|---|
tagType | ReinforcementAbbreviationTagType | Defines the type of abbreviation tag. |
Return Value
Type | Description |
---|---|
String | Abbreviation tag value |
Exceptions
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 |