Click or drag to resize

HpsvSequenceBuilderBaseGetAll Method

Gets all existing sequences within current scope

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 6.0.0.72-
Syntax
C#
public IReadOnlyList<HpsvSequence> GetAll()

Return Value

Type: IReadOnlyListHpsvSequence
The list of existing sequences
See Also