2027 Method
Changes 0
M

ImporterIFCUtils.GetLocalFileName

Description:
Get the local file name, including the path, corresponding to a linked IFC file. This will create a local copy of the IFC file if necessary.
public static string GetLocalFileName(
	Document aDoc,
	string fileName
)
  • aDoc
    The document that will contain the IFC link.
  • String
    fileName
    The original file name and path.
Return Value String The local file name and path corresponding to the input file name.