 | AutomationMLContainerCheckRelatedParts Method |
Returns an enumeration of the related parts for the specified part and
relationship type.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<(Uri PartUri, Uri RelatedPartUri, bool Exists)> CheckRelatedParts(
PackagePart part,
AutomationMLContainerRelationshipType relationShipType
)
Public Function CheckRelatedParts (
part As PackagePart,
relationShipType As AutomationMLContainerRelationshipType
) As IEnumerable(Of (PartUri As Uri, RelatedPartUri As Uri, Exists As Boolean))
public:
IEnumerable<ValueTuple<Uri^, Uri^, bool>>^ CheckRelatedParts(
PackagePart^ part,
AutomationMLContainerRelationshipType^ relationShipType
)
Parameters
- part PackagePart
-
The part.
- relationShipType AutomationMLContainerRelationshipType
-
The relationship type.
Return Value
IEnumerableValueTupleUri,
Uri,
Boolean
IEnumerable<PackagePart>.
See Also