Click or drag to resize

MacroPluginCanRemovePin Method

Callback to check if removing a pin is allowed

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

Parameters

aOwner
Type: Articy.ApiObjectProxy
The owning object from which the pin should be removed
aPin
Type: Articy.ApiObjectProxy
The pin to be deleted
aIsInputPin
Type: SystemBoolean
true if the pin is a input pin, false otherwise

Return Value

Type: Boolean
See Also