ExportLineweightKey(ExportLineweightKey) Constructor |
Constructs a new copy of the input ExportLineweightKey object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ExportLineweightKey(
ExportLineweightKey other
)
Public Sub New (
other As ExportLineweightKey
)
public:
ExportLineweightKey(
ExportLineweightKey^ other
)
new :
other : ExportLineweightKey -> ExportLineweightKey
Parameters
- other ExportLineweightKey
-
Exceptions
See Also