ChartOfCharacteristicTypesRef.<Chart of characteristic types name>.BelongsToItem
Syntax:
Parameters:
<Item> (required)
A group (or an element for a hierarchical chart of characteristic types with the hierarchy of elements) to which the element belongs.
Returned value:
True indicates the item is subordinated to a group; otherwise it is False.
If the item itself is used as parameter, then False.
Description:
Availability:
Note:
Example:
If Object.BelongsToItem(ItemRef) Then Message("Belongs"); EndIf; |