Revit 2022 API |
DWGImportOptions..::..SetLineWeights Method |
DWGImportOptions Class See Also |
Set array of line weights.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
C# |
---|
public void SetLineWeights( IList<int> lineWeight ) |
Visual Basic |
---|
Public Sub SetLineWeights ( _ lineWeight As IList(Of Integer) _ ) |
Visual C++ |
---|
public: void SetLineWeights( IList<int>^ lineWeight ) |
Parameters
- lineWeight
- Type: System.Collections.Generic..::..IList<(Of <(<'Int32>)>)>
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |