Click or drag to resize

ISequenceManagerGetSeedLogicalNumber Method

Returns the logical number of the SequenceSeed.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
int GetSeedLogicalNumber(
	SequenceSeed seed
)

Parameters

seed  SequenceSeed
SequenceSeed handle.

Return Value

Int32
The logical number of a SequenceSeed if it exists in the configuration and permitted to caller.
Exceptions
ExceptionCondition
SdkException Thrown if seed doesn't exist in the configuration or is not permitted to caller.
See Also