Share

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: 26.3.0.0 (26.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?