2021 Class
Changes 0
C

FilePath

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
public class FilePath : ModelPath
Name Return Type Description Inherited From
C FilePath(String) None Constructs a FilePath
Name Return Type Description Inherited From
M Compare(ModelPath) int Compares this ModelPath with another ModelPath
M Dispose() None Releases all resources used by the ModelPath
M GetModelGUID() Guid A GUID identifying the Revit cloud model. ModelPath
M GetProjectGUID() Guid A GUID identifying the BIM 360 project to which the model is associated. ModelPath
Name Return Type Description Inherited From
P CentralServerPath string The path to the location of the central Revit server or cloud. ModelPath
P CloudPath bool Whether this path represents a path on an Autodesk server such as BIM360. ModelPath
P Empty bool Whether this path is empty ModelPath
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ModelPath
P Region string The region of the BIM 360 account and project which contains this model. ModelPath
P ServerPath bool Whether this path is a server path (as opposed to a file path or cloud path) ModelPath