Click or drag to resize

ApiSessionCloseProject Method

Closes the currently opened project.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void CloseProject(
	CloseProjectArgs aArgs
)

Parameters

aArgs
Type: Articy.ApiCloseProjectArgs
Parameter object containing additional information
Remarks
Does nothing if no project is currently opened. May be used to close the project without leaving the exclusive mode for that project.
See Also