Click or drag to resize

ApiSessionCreateComment Method

Creates a new comment/annotation object in the flow area.

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

Parameters

aParent
Type: Articy.ApiObjectProxy
the object that should serve as parent for the new created comment

Return Value

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