BasicFileInfo.Extract
Description:
Returns an instance of BasicFileInfo filled with basic information about a Revit file located at the given file-path
Returns an instance of BasicFileInfo filled with basic information about a Revit file located at the given file-path
public static BasicFileInfo Extract(
string file
)
-
StringfileThe full path to the file to be queried, including project (.rvt) and family (.rfa) files.
-
A non-optional argument was null
-
The file doesn't exist.
-
The file is a newer format file where the structure of the BasicFileInfo storage has changed, or the file is saved in very old version of Revit without basic file data.