Click or drag to resize

OpenProjectArgsOpenExclusively Property

If false the project is opened in normal mode, if true it is opened in exclusive mode. Implications are the same as when using the GUI of articy:draft.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool OpenExclusively { get; set; }

Property Value

Type: Boolean
See Also