Revit 2026 API
Basic |
Checks if the file is workshared and Local.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean Get
public: property bool IsLocal { bool get (); }
member IsLocal : bool with get
Property Value
BooleanSee Also