ChartOfCharacteristicTypesObject.<Chart of characteristic types name>.BelongsToItem
Syntax:
Parameters:
<Item> (required)
"Item" - a group for which element's membership is defined.
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 ReferenceObject.BelongsToItem(ItemRef) Then Message("Belongs"); EndIf; |