Revit 2026 API
Export |
Constructs a new default ExportLineweightKey using the original line weight as input.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExportLineweightKey( int originalLineweight )
Public Sub New ( originalLineweight As Integer )
public: ExportLineweightKey( int originalLineweight )
new : originalLineweight : int -> ExportLineweightKey
Parameters
- originalLineweight Int32
- The original line weight.
See Also