BasicFileInfoExtract Method |
Returns an instance of BasicFileInfo filled with basic information about a Revit file located at the given file-path
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static BasicFileInfo Extract(
string file
)
Public Shared Function Extract (
file As String
) As BasicFileInfo
public:
static BasicFileInfo^ Extract(
String^ file
)
static member Extract :
file : string -> BasicFileInfo
Parameters
- file String
-
The full path to the file to be queried, including project (.rvt) and family (.rfa) files.
Return Value
BasicFileInfo
If successful, basic file data.
Exceptions
See Also