Click or drag to resize

IIndexCount Method

Get a count of elements with a particular key/value pair. The semantics are the same as the get method.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
long Count(
	string key,
	Object value
)

Parameters

key
Type: SystemString
denoting the sub-index to search
value
Type: SystemObject
the value to search for

Return Value

Type: Int64
the collection of elements that meet that criteria
See Also