An enumerated type representing the options for the path type of a Coordination Model.
Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public enum CoordinationModelLinkPathType
Members
Member name | Value | Description |
---|---|---|
Absolute | 0 | The Coordination Model has a local absolute path on disk. |
Cloud | 2 | The Coordination Model has a cloud source path. |
Relative | 1 | The Coordination Model has a local relative path on disk. |