LinePatternElement.SetLinePattern
Method
Description:
Sets the LinePattern associated to this element.
Sets the LinePattern associated to this element.
Remarks:
The data stored inside the input LinePattern will be copied into this element. The input LinePattern itself will not be associated with the element.
The data stored inside the input LinePattern will be copied into this element. The input LinePattern itself will not be associated with the element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| newLinePattern | LinePattern | The new LinePattern object. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The Line Pattern is not valid. |
| ArgumentNullException | A non-optional argument was null |