IFCCategoryTemplate.ImportFromFile
Description:
Import mapping template from a text file.
Import mapping template from a text file.
public static IFCCategoryTemplate ImportFromFile(
Document document,
string fileName,
string templateName
)
-
documentA Revit document.
-
StringfileNameA full text file name.
-
StringtemplateNameA mapping template name.
-
A non-optional argument was null
-
Failed to access the text file.
-
Failed to create IFCCategoryTemplate element.