Click or drag to resize

HpsvArrayIsNil Method

Checks if element at the specified index of the HpsvArray is Nil.

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

Parameters

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

Return Value

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