IFCParameterTemplate.ExportPropertySetupToFile
Description:
Exports mapping information of the provided property setup to a text file.
Exports mapping information of the provided property setup to a text file.
public void ExportPropertySetupToFile(
PropertySetupType propertySetupType,
string fileName
)
-
propertySetupTypeThe property setup type.
-
StringfileNameThe full text file name.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration
-
Failed to access the text file.