343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
15 lines
200 B
C#
15 lines
200 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public enum ExternalFileReferenceType
|
|
{
|
|
None,
|
|
RevitLink,
|
|
CADLink,
|
|
DWFMarkup,
|
|
KeynoteTable,
|
|
Decal,
|
|
Material,
|
|
AssemblyCodeTable,
|
|
SystemsAnalysisReport,
|
|
}
|