 | AutomationMLContainerRelationShipExists Method |
Determines, if the specified relationship type exists.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool RelationShipExists(
AutomationMLContainerRelationshipType relationShipType
)
Public Function RelationShipExists (
relationShipType As AutomationMLContainerRelationshipType
) As Boolean
public:
bool RelationShipExists(
AutomationMLContainerRelationshipType^ relationShipType
)
Parameters
- relationShipType AutomationMLContainerRelationshipType
-
Type of the relation.
Return Value
Booleantrue if relationship type exists,
false otherwise.
See Also