Gets the worksharing central GUID of the given server-based model.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public Guid GetWorksharingCentralGUID( ServerPath serverModelPath )
Parameters
- serverModelPath ServerPath
- The server-based model path.
Return Value
GuidThe worksharing central GUID.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
CentralModelException | The central model is missing. -or- An internal error happened on the central model, please contact the server administrator. |
InapplicableDataException | Thrown when the given model is not created in Revit 2013 or later release. |
RevitServerCommunicationException | The server-based central model could not be accessed because of a network communication error. |
RevitServerInternalException | An internal error happened on the server, please contact the server administrator. |