IsObjectAllowed Delegate
delegate used to filter objects for the model picker
Definition
Namespace: Articy.Api
Assembly: QueryLayer (in QueryLayer.dll) Version: 1.0.0
true if the object should appear in the picker, false otherwise
Assembly: QueryLayer (in QueryLayer.dll) Version: 1.0.0
C#
public delegate bool IsObjectAllowed(
ObjectProxy aObject
)Parameters
- aObject ObjectProxy
- the object to check
Return Value
Booleantrue if the object should appear in the picker, false otherwise