ExportLineweightKey Constructor (Int32)


Export Lineweight Key(Int 32) Constructor

Constructs a new default ExportLineweightKey using the original line weight as input.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExportLineweightKey(
	int originalLineweight
)

Parameters

originalLineweight Int32
The original line weight.
See Also