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.
  • fileName
    A full text file name.
  • templateName
    A mapping template name.
Return Value IFCCategoryTemplate The mapping template element.