Click or drag to resize

AutomationMLContainerGetPart Method

Returns the part with the given URI.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public PackagePart GetPart(
	Uri partUri
)

Parameters

partUri  Uri
The part URI.

Return Value

PackagePart
PackagePart.
See Also