| Revit 2020.1 API |
| PathType Enumeration |
| See Also |
Enum determining what kind of path a given external file
reference path is.
Paths are valid for all types of external file references
unless otherwise specified.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Since:
2012
Syntax
| C# |
|---|
public enum PathType |
| Visual Basic |
|---|
Public Enumeration PathType |
| Visual C++ |
|---|
public enum class PathType |
Members
| Member name | Description |
|---|---|
| Relative | The path is relative to the host file's location, or to the central model's location if the host is workshared. |
| Absolute | The path is an absolute path to a location on disk or the network. |
| Server | The path is to a Revit Server location. This value is only valid for ExternalFileReferenceType.RevitLink. |
| Content | The path is relative to a location in the Revit content libraries. This value is only valid for ExternalFileReferenceType.KeynoteTable, ExternalFileReferenceType.AssemblyCodeTable or ExternalFileReferenceType.Decal. |