Click or drag to resize

ObjectProxyGetStripIds Method

Helper method to request a set of object Ids for a given list property

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public HashSet<ulong> GetStripIds(
	string aPropertyName
)

Parameters

aPropertyName
Type: SystemString
the name of the property to query

Return Value

Type: HashSetUInt64
the list of object ids specified by the given property
See Also