VS:VM_GenerateWorkspace

From VectorMEP
Revision as of 04:30, 13 December 2020 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description

Procedure VM_GenerateWorkspace duplicates the active Workspace and adds all VectorMEP related tools and menu's.

PROCEDURE VM_GenerateWorkspace();

Remarks

This is the direct script that's run by the third party menu command as explained in our Installation manual.

Example

PROCEDURE GenerateWorkspace;
BEGIN
    IF VerifyLibraryRoutine('VM_GenerateWorkspace') THEN
        VM_GenerateWorkspace();
    ELSE
        Message('The routine VM_GenerateWorkspace is not available.');
END;
RUN(GenerateWorkspace);

Version

Availability: from VectorMEP 2021