Click or drag to resize

AutomationMLContainerRelationShipExists Method

Determines, if the specified relationship type exists.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool RelationShipExists(
	AutomationMLContainerRelationshipType relationShipType
)

Parameters

relationShipType  AutomationMLContainerRelationshipType
Type of the relation.

Return Value

Boolean
true if relationship type exists, false otherwise.
See Also