Revit 2026 API
Basic |
Checks if the file is local and created by RevitServerTool.exe.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCreatedLocal { get; }
Public ReadOnly Property IsCreatedLocal As Boolean Get
public: property bool IsCreatedLocal { bool get (); }
member IsCreatedLocal : bool with get
Property Value
Boolean
The value will be set to false after the file is saved and IsLocal will become true.
See Also