Click or drag to resize

ObjectProxyGetStripElements Method

Helper method to request a list of ObjectProxy objects for a property that is a list type.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public List<ObjectProxy> GetStripElements(
	string aPropertyName
)

Parameters

aPropertyName
Type: SystemString
the name of the property to query

Return Value

Type: ListObjectProxy
the list of objects specified by the given property
See Also