Click or drag to resize

ObjectProxyIsInContext Method

Method to check if a given object appears in the given context

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsInContext(
	ObjectContext aContext
)

Parameters

aContext
Type: Articy.ApiObjectContext
The context to check for

Return Value

Type: Boolean
true if the object appears in the given context, false otherwise
See Also