RelateToParent Property

       

Specifies whether the current DECommand object (child) is related to another DECommand object (parent).

Syntax

object.RelateToParent [=Boolean]

The RelateToParent property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
Boolean A Boolean expression that specifies whether the current DECommand object is related to a parent DECommand object. The default is False, or non-hierarchical.

Remarks

This property is used in defining a relation hierarchy. If True, this DECommand object is used in a relation hierarchy.