Sets the cut surface line weight.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public OverrideGraphicSettings SetCutLineWeight(
int lineWeight
)
Parameters
- lineWeight Int32
-
Value of the cut surface line weight for the override. InvalidPenNumber means no override is set.
Return Value
OverrideGraphicSettings
Reference to the changed object.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
Line weight must be a positive integer less than 17 or invalidPenNumber.
|
See Also
Reference