Click or drag to resize

ObjectProxyGetParent Method

Returns an ObjectProxy object representing the direct parent in the object tree as displayed in the articy:draft navigator.

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

Return Value

Type: ObjectProxy
the parent object or null if it is the project node
See Also