2025.3 Method
Changes 5
M

IFCCategoryTemplate.ImportFromFile

Description:
Import mapping template from a text file.
public static IFCCategoryTemplate ImportFromFile(
	Document document,
	string fileName,
	string templateName
)
  • document
    A Revit document.
  • String
    fileName
    A full text file name.
  • String
    templateName
    A mapping template name.
Return Value IFCCategoryTemplate The mapping template element.