Full path to the file that defines IFC entity to Revit category mappings for IFC import.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2015
Syntax
| C# |
|---|
public string ImportIFCCategoryTable { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ImportIFCCategoryTable As String Get |
| Visual C++ |
|---|
public: property String^ ImportIFCCategoryTable { String^ get (); } |