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

Return Value

none

Remarks

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

Examples

CAD.RegenerateDrawings

    or

CAD.RegenerateDrawings()