Click or drag to resize

MacroPluginJourneyPointHit Method

Called when a journey point was hit

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool JourneyPointHit(
	ObjectProxy aObject,
	bool aRecording
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object the that is referenced by the journey point
aRecording
Type: SystemBoolean
true if the recording mode is active

Return Value

Type: Boolean
See Also