Revit 2025 API
Export |
Constructs a new copy of the input ExportLinetypeInfo object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExportLinetypeInfo( ExportLinetypeInfo other )
Public Sub New ( other As ExportLinetypeInfo )
public: ExportLinetypeInfo( ExportLinetypeInfo^ other )
new : other : ExportLinetypeInfo -> ExportLinetypeInfo
Parameters
- other ExportLinetypeInfo

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also