<Code Lib>
M

IFCUserDefinedPropertySet.ExportToFile

Description:
Export property sets to a text file.

public static void ExportToFile(
	Document document,
	string fileName
)

  • document
    The Revit document.
  • String
    fileName
    The full text file name.

Loading…