EffectsExtension.IsEffect Method

Definition

Overloads

IsEffect(Int32)

The IsEffect function is used to determine if an object identifier is a valid Effect object.

IsEffect(UInt32)

The IsEffect function is used to determine if an object identifier is a valid Effect object.

IsEffect(Int32)

The IsEffect function is used to determine if an object identifier is a valid Effect object.

public bool IsEffect (int eid);
member this.IsEffect : int -> bool

Parameters

eid
Int32

Effect identifier to validate.

Returns

True if the identifier is a valid Effect, False otherwise.

Applies to

IsEffect(UInt32)

Important

This API is not CLS-compliant.

The IsEffect function is used to determine if an object identifier is a valid Effect object.

[System.CLSCompliant(false)]
public bool IsEffect (uint eid);
member this.IsEffect : uint32 -> bool

Parameters

eid
UInt32

Effect identifier to validate.

Returns

True if the identifier is a valid Effect, False otherwise.

Attributes

Applies to