RebarSpliceTypeUtils.CreateRebarSpliceType
Method
Description:
Creates a Rebar Splice Type element.
Creates a Rebar Splice Type element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| typeName | String | The Rebar Splice Type name. |
Return Value
| Type | Description |
|---|---|
| ElementType | The Rebar Splice Type. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given value for typeName cannot be an empty string. -or- The given value for typeName cannot include prohibited characters. -or- The given value for typeName is already in use by another Rebar Splice Type. |
| ArgumentNullException | A non-optional argument was null |