Click or drag to resize

HpsvArraySetNotPresent Method

Sets element at the specified index of the HpsvArray to be not present.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public void SetNotPresent(
	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