Visual Basic Reference

DERelationConditions Collection

See Also    Example    Properties    Methods    Events

A collection whose elements represent each DERelationCondition object within the DECommand object.

**Note   **This collection's Count property specifies the number of DERelationCondition objects in the collection.

Syntax

DERelationConditions(index)

The placeholder index represents an integer with a range from 1 to DERelationConditions.Count.

Remarks

Insert the following code to access members of the DERelationConditions collection by their individual names.

DEExt.DECommands("Relation1")DERelationConditions("Relation1").Name