Click or drag to resize

ObjectProxyIsInLocationContext Method

Checks if the given object resides in a hierarchy under a Location object

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

Return Value

Type: Boolean
true if the object is a child of a Location, false otherwise
See Also