 | AutomationMLContainerGetPart Method |
Returns the part with the given URI.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic PackagePart GetPart(
Uri partUri
)
Public Function GetPart (
partUri As Uri
) As PackagePart
public:
PackagePart^ GetPart(
Uri^ partUri
)
Parameters
- partUri Uri
-
The part URI.
Return Value
PackagePart
PackagePart.
See Also