Click or drag to resize

HpsvArraySetNil Method

Sets element at the specified index of the HpsvArray to be Nil.

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

Parameters

index
Type: SystemInt32
The zero-based index of the element to check
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than HpsvArray.
See Also