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.
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
)
-
aDocThe document that will contain the IFC link.
-
StringfileNameThe original file name and path.
Return Value
string
The local file name and path corresponding to the input file name.
-
Can't process file name.
-
A non-optional argument was null