Click or drag to resize

ObjectProxyGetStripMap Method

Helper method to request a dictionary of objects keyed by their Id for a given list property

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Dictionary<ulong, ObjectProxy> GetStripMap(
	string aPropertyName
)

Parameters

aPropertyName
Type: SystemString
the name of the property to query

Return Value

Type: DictionaryUInt64, ObjectProxy
the dictionary of objects keyed by their id
See Also