The line weight of the fill pattern.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int LineWeight { get; set; }Property Value
Int32
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: lineWeight is not a valid line weight value (it must be within the range of 1-16).
|
See Also
Reference