ApplicationGetWorksharingCentralGUID Method |
Gets the worksharing central GUID of the given server-based model.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Guid GetWorksharingCentralGUID(
ServerPath serverModelPath
)
Public Function GetWorksharingCentralGUID (
serverModelPath As ServerPath
) As Guid
public:
Guid GetWorksharingCentralGUID(
ServerPath^ serverModelPath
)
member GetWorksharingCentralGUID :
serverModelPath : ServerPath -> Guid
Parameters
- serverModelPath ServerPath
-
The server-based model path.
Return Value
Guid
The worksharing central GUID.
Exceptions
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.
See Also