Click or drag to resize

ApiSessionGetProjectRoot Method

Gets the projects root object.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetProjectRoot()

Return Value

Type: ObjectProxy
the object proxy for the articy object representing the project itself
Exceptions
ExceptionCondition
ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.
Remarks
The ID of this object is NOT the same as the projects guid required to open it. This object only represents the root node in the object tree.
See Also