Revit 2020 API |
Category..::..SetLineWeight Method |
Category Class See Also |
Sets the line weight for the given graphics style type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public void SetLineWeight( int lineWeight, GraphicsStyleType graphicsStyleType ) |
Visual Basic |
---|
Public Sub SetLineWeight ( _ lineWeight As Integer, _ graphicsStyleType As GraphicsStyleType _ ) |
Visual C++ |
---|
public: void SetLineWeight( int lineWeight, GraphicsStyleType graphicsStyleType ) |
Parameters
- lineWeight
- Type: System..::..Int32
- graphicsStyleType
- Type: Autodesk.Revit.DB..::..GraphicsStyleType
The type of graphics style.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | Thrown when the input argument-"lineWeight" or "graphicsStyleType"-is out of range. |