CoordinationModelLinkDataGetPathType Method

Returns the path type of the Coordination Model link.

For a Coordination Model from Autodesk Docs, path type is Cloud.

For a local Coordination Model, path type can be Absolute or Relative.


Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public CoordinationModelLinkPathType GetPathType()

Return Value

CoordinationModelLinkPathType
See Also