Click or drag to resize

ApiSessionCreateJump Method (ObjectProxy, String)

Creates a new jump in the flow area.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CreateJump(
	ObjectProxy aParent,
	string aDisplayName
)

Parameters

aParent
Type: Articy.ApiObjectProxy
the object that should serve as parent for the new created jump
aDisplayName
Type: SystemString
the display name of the to-be-created jump

Return Value

Type: ObjectProxy
the freshly created object; use this return value to further initialize the properties of the new jump
See Also