Revit 2025 API
Analysis |
Line weight of outline and fence lines in the diagram.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int OutlineLineWeight { get; set; }
Public Property OutlineLineWeight As Integer Get Set
public: property int OutlineLineWeight { int get (); void set (int value); }
member OutlineLineWeight : int with get, set
Property Value
Int32See Also