Causes the CAD Application/System to loop through all assemblies in the environment and regenerate each one

Return Value

none

Remarks

The more efficient manner to do this is to specify the assembly by name to regenerate with the CAD.ASM Object which will only regenerate a single assembly.

Examples

CAD.RegenerateAssemblies

    or

CAD.RegenerateAssemblies()