RVTDocs.com
Namespace: Autodesk.Revit.DB

FilePath

Class
Description:
This class represents a path on a disk or network location, but not a path to a Revit server location.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ModelPath
    Autodesk.Revit.DB.FilePath
Syntax
public class FilePath : ModelPath
FilePath Class Members:
Name Description Inherited From
FilePath Constructs a FilePath
Name Description Inherited From
CentralServerPath The path to the location of the central Revit server or cloud. (Inherited from ModelPath ) ModelPath
CloudPath Whether this path represents a path on an Autodesk server such as BIM360. (Inherited from ModelPath ) ModelPath
Empty Whether this path is empty (Inherited from ModelPath ) ModelPath
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from ModelPath ) ModelPath
Region The region of the BIM 360 Docs or Autodesk Docs account and project which contains this model. (Inherited from ModelPath ) ModelPath
ServerPath Whether this path is a server path (as opposed to a file path or cloud path) (Inherited from ModelPath ) ModelPath
Name Description Inherited From
Compare Compares this ModelPath with another (Inherited from ModelPath ) ModelPath
Dispose (Inherited from ModelPath ) ModelPath
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetModelGUID A GUID identifying the Revit cloud model. (Inherited from ModelPath ) ModelPath
GetProjectGUID A GUID identifying the BIM 360 Docs or Autodesk Docs project to which the model is associated. (Inherited from ModelPath ) ModelPath
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object