Click or drag to resize

HpsvArraySetGenericItem Method

Sets 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 void SetGenericItem(
	int index,
	Object value
)

Parameters

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

Return Value

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