CoordinationModelLinkPathType Enumeration

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: 27.0.4.0 (27.0.4.0)
Syntax
public enum CoordinationModelLinkPathType
Members
Member nameValueDescription
Absolute0 The Coordination Model has a local absolute path on disk.
Cloud2 The Coordination Model has a cloud source path.
Relative1 The Coordination Model has a local relative path on disk.
See Also