Creates a new instance. 
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- shouldApply
- Type: SystemBoolean
 True if the settings should be applied, False if they should be set but not applied.
- lineColor
- Type: Autodesk.Revit.DBColor
 The desired line color, which must be a valid color. Note that the fill color is calculated automatically from the line color so it is not advisable to use white, black, or shades of grey.
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | The lineColor argument does not represent a valid color. | 
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |