RVTDocs.com

IFCCategoryTemplate.ExportToFile

Method
Description:
Export mapping template to a text file.
Syntax
public void ExportToFile(
	Document document,
	string fileName
)
Parameters
Parameter Type Description
document Document A Revit document.
fileName String A full text file name.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
FileAccessException Failed to access the text file.