Sets the LinePattern associated to this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLinePattern( LinePattern newLinePattern )
Parameters
- newLinePattern LinePattern
- The new LinePattern object.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The Line Pattern is not valid. |
| ArgumentNullException | A non-optional argument was null |
