Click or drag to resize

ObjectProxyGetChildren Method

Returns a list ob ObjectProxy objects, each representing a child as can be seen in the articy:draft navigator tree.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public IList<ObjectProxy> GetChildren()

Return Value

Type: IListObjectProxy
a list of children or null if the object is unable to have children
See Also