Click or drag to resize

AutomationMLContainerGetRelatedPartByUri Method

Gets the related part by URI.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public PackagePart GetRelatedPartByUri(
	Uri refUri,
	AutomationMLContainerRelationshipType relationShipType
)

Parameters

refUri  Uri
The reference URI.
relationShipType  AutomationMLContainerRelationshipType
The relationship type.

Return Value

PackagePart
PackagePart.
See Also