EnvironmentList.Add Method
Parent Object: EnvironmentListDescription
Method that adds an Environment object to the list. The method returns an error if a built-in Environment is supplied.
Syntax
EnvironmentList.Add( Environment As Environment )Parameters
Name | Type | Description |
Environment | Environment | Input Environment object to add to the list. |
Samples
Name | Description |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |