Click or drag to resize

AutomationMLContainerCheckRelatedParts Method

Returns an enumeration of the related parts for the specified part and relationship type.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<(Uri PartUri, Uri RelatedPartUri, bool Exists)> CheckRelatedParts(
	PackagePart part,
	AutomationMLContainerRelationshipType relationShipType
)

Parameters

part  PackagePart
The part.
relationShipType  AutomationMLContainerRelationshipType
The relationship type.

Return Value

IEnumerableValueTupleUri, Uri, Boolean
IEnumerable<PackagePart>.
See Also