Click or drag to resize

IsObjectAllowed Delegate

delegate used to filter objects for the model picker

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public delegate bool IsObjectAllowed(
	ObjectProxy aObject
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object to check

Return Value

Type: Boolean
true if the object should appear in the picker, false otherwise
See Also