M

IFCParameterTemplate.ImportFromFile

Description:
Import mapping template from a text file.
Remarks:
The imported template is saved in the document passed as parameter. The active template of the document remains unchanged.
public static IFCParameterTemplate ImportFromFile(
	Document document,
	string fileName,
	string templateName
)
  • document
    The Revit document.
  • String
    fileName
    The full text file name.
  • String
    templateName
    The mapping template name.
Return Value IFCParameterTemplate The mapping template element.