BB FlashBack SDK: FBWatermarks

GetID

Description

Returns the ID of a watermark given its index.

Syntax

[C#/C++]
public Long GetID (Long lIndex);

[VB.NET]
Public Function GetID (ByVal lIndex As Long) As Long

Parameters

lIndex : Index of a watermark.

Return Values

If the index given is out of range, the return value is -1.

If the function succeeds, the return value is the ID of the watermark.