Click or drag to resize

HpsvArrayGetGenericItem Method

Gets the element at the specified index.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public Object GetGenericItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: Object
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count.
See Also