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.ExternalDataAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic CoordinationModelLinkPathType GetPathType()
Public Function GetPathType As CoordinationModelLinkPathType
public:
CoordinationModelLinkPathType GetPathType()
member GetPathType : unit -> CoordinationModelLinkPathType
Return Value
CoordinationModelLinkPathType
See Also