IFCUserDefinedPropertySet.ImportFromFile
Description:
Import property sets from a text file.
Import property sets from a text file.
Remarks:
The imported property sets are saved in the document passed as parameter.
The imported property sets are saved in the document passed as parameter.
public static IList<IFCUserDefinedPropertySet> ImportFromFile(
Document document,
string fileName,
out bool validUserDefinedPropertySetFile
)
-
documentThe Revit document.
-
StringfileNameThe full text file name.
-
Boolean%validUserDefinedPropertySetFileWhether or not the imported file with property sets is valid.
-
A non-optional argument was null
-
Failed to access the text file.
-
Failed to create IFCUserDefinedPropertySet.