GetWorksharingCentralModelPath Method


Document Get Worksharing Central Model Path Method

Gets the central model path of the worksharing model.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ModelPath GetWorksharingCentralModelPath()

Return Value

ModelPath
The central model path, or null if the document is not workshared.
Exceptions
Exception Condition
InvalidOperationException This Document is not a workshared document.
See Also