ReinforcementAbbreviationTag
Constructor
Description:
Constructs a new ReinforcementAbbreviationTag.
Constructs a new ReinforcementAbbreviationTag.
Syntax
public ReinforcementAbbreviationTag(
ReinforcementAbbreviationTagType typeTag,
string abbreviationTag
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| typeTag | ReinforcementAbbreviationTagType | Defines the type of abbreviation tag. |
| abbreviationTag | String | Defines the abbreviation tag value. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |