Click or drag to resize

MacroPluginCanAddPin Method

Callback to check if adding a pin is allowed

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool CanAddPin(
	ObjectProxy aTarget,
	bool aIsInputPin
)

Parameters

aTarget
Type: Articy.ApiObjectProxy
The target object that should get the new pin
aIsInputPin
Type: SystemBoolean
true if a input pin should be added, false otherwise

Return Value

Type: Boolean
See Also