2024 Method
Changes 0
M

IFCFile.Read

Description:
Reads content from a file of IFC format.
Overloads (2):
Read(IFCFileReadOptions,Int32,Int32)
public void Read(
	IFCFileReadOptions readOptions,
	out int pNumErrors,
	out int pNumWarnings
)
  • readOptions
    The IFC file read options.
  • Int32%
    pNumErrors
    The number of errors reported during the read process. The actual messages will be in the log file.
  • Int32%
    pNumWarnings
    The number of warnings reported during the read process. The actual messages will be in the log file.