<Code Lib>
2026 Method
Changes 0
M

Application.GetWorksharingCentralGUID

Description:
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.

public Guid GetWorksharingCentralGUID(
	ServerPath serverModelPath
)

  • serverModelPath
    The server-based model path.
Return Value Guid The worksharing central GUID.

Loading…