BB FlashBack SDK: FBBlurs

IDExists

Description

Checks to see if the given ID corresponds to an existing blur object.

Syntax

[C#/C++]
public Bool IDExists (Long lID)

[VB.NET]
public Function IDExists (ByVal lID As Long) As Boolean

Parameters

lBlur : [In] ID of a blur.

Return Values

If the blur exists, the return value is zero.

If the blur does not exist, the return value is non-zero.