Click or drag to resize

AutomationMLContainerGetPartsByRelationShipType Method

Returns an enumeration of all parts with the given relationship type from the package.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<PackagePart> GetPartsByRelationShipType(
	AutomationMLContainerRelationshipType relationShipType
)

Parameters

relationShipType  AutomationMLContainerRelationshipType
The relationship type.

Return Value

IEnumerablePackagePart
IEnumerable<PackagePart>.
See Also