Application.GetWorksharingCentralGUID
Description:
Gets the worksharing central GUID of the given server-based model.
Gets the worksharing central GUID of the given server-based model.
Remarks:
The given server-based model saved in a release prior to Revit 2013 did not have this GUID. Only the given server-based model saved in Revit 2013 or later will be able to provide this value.
The given server-based model saved in a release prior to Revit 2013 did not have this GUID. Only the given server-based model saved in Revit 2013 or later will be able to provide this value.
public Guid GetWorksharingCentralGUID(
ServerPath serverModelPath
)
-
serverModelPathThe server-based model path.
Return Value
Guid
The worksharing central GUID.
-
A non-optional argument was NULL
-
The central model is missing. -or- An internal error happened on the central model, please contact the server administrator.
-
Thrown when the given model is not created in Revit 2013 or later release.
-
The server-based central model could not be accessed because of a network communication error.
-
An internal error happened on the server, please contact the server administrator.