Click or drag to resize

AutomationMLContainerGetRelationShipsByType Method

Returns an enumeration of all relationships with the given relationship type.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<PackageRelationship> GetRelationShipsByType(
	AutomationMLContainerRelationshipType relationType
)

Parameters

relationType  AutomationMLContainerRelationshipType
Type of the relation.

Return Value

IEnumerablePackageRelationship
IEnumerable<PackageRelationship>.
See Also