Sets the line style Id for all boundaries.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetLineStyleId( ElementId lineStyleId )
Parameters
- lineStyleId ElementId
- The line style Id.
Exceptions
Exception | Condition |
---|---|
ArgumentException | lineStyleId is not a valid line style Id for a filled region. |
ArgumentNullException | A non-optional argument was null |