Packages Property

The Packages property returns the collection of Package objects associated with a Transformer model.

Syntax

Model .Packages

Applies To

Model Object

Discussion

Use this property to iterate through a Model object’s packages, add a new package, and change or remove a package.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Packages

Access

Read

Examples

new_package = model.Packages.Add()