Share

DerivedAssemblyComponents.Add Method

Parent Object: DerivedAssemblyComponents

Description

Method that creates a new using the information supplied by the input DerivedAssemblyDefinition object. If successful, the new DerivedAssemblyComponent is returned.

Syntax

DerivedAssemblyComponents.Add( Definition As DerivedAssemblyDefinition ) As DerivedAssemblyComponent

Parameters

Name Type Description
Definition DerivedAssemblyDefinition Input object that defines the derived component.

Samples

Name Description
Shrink wrap substitute in assembly The following sample demonstrates the creation of a shrinkwrap substitute within an assembly.

Version

Introduced in version 5.3

Was this information helpful?