ReinforcementSettings.SetReinforcementAbbreviationTag
Method
Description:
Sets one abbreviation tag for desired ReinforcementAbbreviationTagType.
Sets one abbreviation tag for desired ReinforcementAbbreviationTagType.
Syntax
public void SetReinforcementAbbreviationTag(
ReinforcementAbbreviationTagType tagType,
string abbreviationTag
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| tagType | ReinforcementAbbreviationTagType | Defines the type of abbreviation tag. |
| abbreviationTag | String | Abbreviation tag value to set. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The abbreviation type tagType is not valid |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |