Checks if the file is local and created by RevitServerTool.exe.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Syntax
C# |
---|
public bool IsCreatedLocal { get; } |
Visual Basic |
---|
Public ReadOnly Property IsCreatedLocal As Boolean Get |
Visual C++ |
---|
public: property bool IsCreatedLocal { bool get (); } |
Remarks
The value will be set to false after the file is saved and IsLocal will become true.