RVTDocs.com

ImporterIFCUtils.GetLocalFileName

Method
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.
Syntax
public static string GetLocalFileName(
	Document aDoc,
	string fileName
)
Parameters
Parameter Type Description
aDoc Document The document that will contain the IFC link.
fileName String The original file name and path.
Return Value
Type Description
String The local file name and path corresponding to the input file name.
Exceptions
Exception Condition
ArgumentException Can't process file name.
ArgumentNullException A non-optional argument was null