| Revit Preview Release API |
| OverrideGraphicSettings..::..SetCutLineWeight Method |
| OverrideGraphicSettings Class See Also |
Sets the cut surface line weight.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public OverrideGraphicSettings SetCutLineWeight( int lineWeight ) |
| Visual Basic |
|---|
Public Function SetCutLineWeight ( _ lineWeight As Integer _ ) As OverrideGraphicSettings |
| Visual C++ |
|---|
public: OverrideGraphicSettings^ SetCutLineWeight( int lineWeight ) |
Parameters
- lineWeight
- Type: System..::..Int32
Value of the cut surface line weight for the override. InvalidPenNumber means no override is set.
Return Value
Reference to the changed object.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | Line weight must be a positive integer less than 17 or invalidPenNumber. |