LinePatternElement.Create
Method
Description:
Creates a new LinePatternElement.
Creates a new LinePatternElement.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document in which to create the LinePatternElement. |
| linePattern | LinePattern | The LinePattern associated to the newly created LinePatternElement. |
Return Value
| Type | Description |
|---|---|
| LinePatternElement | The newly created LinePatternElement. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The Line Pattern is not valid. |
| ArgumentNullException | A non-optional argument was null |