VS:VM GenerateWorkspace

From VectorMEP
Revision as of 12:08, 16 November 2020 by Admin (talk | contribs)
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