2020 Members
Changes 4
M

BasicFileInfo

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the BasicFileInfo
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M Extract(String) BasicFileInfo Returns an instance of BasicFileInfo filled with basic information about a Revit file located at the given file-path
M GetDocumentVersion() DocumentVersion Gets the DocumentVersion for the file.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P AllLocalChangesSavedToCentral bool Are all local changes saved to the central file?
P CentralPath string Returns the central model path.
P Format string The file format indicator (currently, the major release version such as "2019") used for saving the file.
P IsCentral bool Checks if the file is workshared and Central.
P IsCreatedLocal bool Checks if the file is local and created by RevitServerTool.exe.
P IsInProgress bool Checks if the file is workshared and is in process of becoming Central.
P IsLocal bool Checks if the file is workshared and Local.
P IsSavedInCurrentVersion bool Checks if the file is saved in the current version.
P IsSavedInLaterVersion bool Checks if the file is saved in a later version of Revit than the running Revit.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P IsWorkshared bool Checks if the file is workshared.
P LanguageWhenSaved LanguageType Return the language active for the last save
P LatestCentralEpisodeGUID Guid This is the central model's episode GUID corresponding to the last reload latest done for this model.
P LatestCentralVersion int This is the central model's version number corresponding to the last reload latest done for this model.
P Username string Returns the username.