ExportLineweightKey(Int32) Constructor |
Constructs a new default ExportLineweightKey using the original line weight as input.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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