Share

Document.GetWorksharingCentralModelPath Method

Gets the central model path of the worksharing model.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ModelPath GetWorksharingCentralModelPath()

Return Value

ModelPath
The central model path, or null if the document is not workshared.

Exceptions

ExceptionCondition
InvalidOperationException This Document is not a workshared document.

See Also

Reference

Was this information helpful?