Share via


PdsBatchAttribByItem::existInGroup Method

Indicates whether an attribute is assigned to an item through an attribute group.

Syntax

client server public static boolean existInGroup(
    ItemId _itemId, 
    PdsBatchAttribRelation _attribRelation, 
    PdsBatchAttribCode _attribCode)

Run On

Called

Parameters

Return Value

Type: boolean
true if the attribute is already assigned to the item through a group; otherwise, false.

Remarks

The check can only return true, if the _attribCode parameter has a value of TableGroupAll::Table . All other kinds of attribute references cannot be assigned to the item through an attribute group.

See Also

Reference

PdsBatchAttribByItem Table