Revit 2023 API |
Application..::..ExportIFCCategoryTable Property |
Application Class See Also |
Full path to the file that defines Revit category to IFC entity mappings for IFC export.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public string ExportIFCCategoryTable { get; } |
Visual Basic |
---|
Public ReadOnly Property ExportIFCCategoryTable As String Get |
Visual C++ |
---|
public: property String^ ExportIFCCategoryTable { String^ get (); } |