Click or drag to resize

MacroPluginIsCreatingAllowed Method

Callback to check if creating the given object at the given location is allowed.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool IsCreatingAllowed(
	ObjectProxy aTarget,
	ObjectType aType,
	bool aAsTemporaryModel
)

Parameters

aTarget
Type: Articy.ApiObjectProxy
the target or parent object of the one to be created
aType
Type: Articy.ApiObjectType
the object type to be created
aAsTemporaryModel
Type: SystemBoolean
true if the object is created as temporary one (e.g. for journeys)

Return Value

Type: Boolean
See Also