 | AutomationMLContainerGetParts Method |
Returns an enumeration of all parts inside the package.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<PackagePart> GetParts()
Public Function GetParts As IEnumerable(Of PackagePart)
public:
IEnumerable<PackagePart^>^ GetParts()
Return Value
IEnumerablePackagePart
IEnumerable<PackagePart>.
See Also