Revit 2023 API |
MEPSystemType..::..LineWeight Property |
MEPSystemType Class See Also |
Indicates the weight that should override the line weight for all components in the system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public int LineWeight { get; set; } |
Visual Basic |
---|
Public Property LineWeight As Integer Get Set |
Visual C++ |
---|
public: property int LineWeight { int get (); void set (int value); } |