Category.SetLineWeight Method
Sets the line weight for the given graphics style type.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLineWeight( int lineWeight, GraphicsStyleType graphicsStyleType )
Parameters
lineWeight
Int32
graphicsStyleType
GraphicsStyleType
The type of graphics style.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
Thrown when the input argument-"lineWeight" or "graphicsStyleType"-is out of range.
See Also
Reference
Category Class
Autodesk.Revit.DB Namespace