Click or drag to resize

HpsvArrayIsNotPresent Method

Checks if element at the specified index of the HpsvArray is present or not.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public bool IsNotPresent(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to check

Return Value

Type: Boolean
True when not present, False otherwise
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than HpsvArray.
See Also