| Revit 2017 API |
| Document..::..GetWorksharingCentralModelPath Method |
| Document Class See Also |
Gets the central model path of the worksharing model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public ModelPath GetWorksharingCentralModelPath() |
| Visual Basic |
|---|
Public Function GetWorksharingCentralModelPath As ModelPath |
| Visual C++ |
|---|
public: ModelPath^ GetWorksharingCentralModelPath() |