M

IFCUserDefinedPropertySet.ImportFromFile

Description:
Import property sets from a text file.
Remarks:
The imported property sets are saved in the document passed as parameter.
public static IList<IFCUserDefinedPropertySet> ImportFromFile(
	Document document,
	string fileName,
	out bool validUserDefinedPropertySetFile
)
  • document
    The Revit document.
  • String
    fileName
    The full text file name.
  • Boolean%
    validUserDefinedPropertySetFile
    Whether or not the imported file with property sets is valid.
Return Value IList<IFCUserDefinedPropertySet> The property set elements.