IsCreatedLocal Property


Checks if the file is local and created by RevitServerTool.exe.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
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.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →