DerivedAssemblyComponents.Add Method
Parent Object: DerivedAssemblyComponentsDescription
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 DerivedAssemblyComponentParameters
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. |