Difference between revisions of "VS:VM GenerateWorkspace"

From VectorMEP
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
 +
{{DISPLAYTITLE:VS:VM_GenerateWorkspace}}
 +
 
== Description ==
 
== Description ==
 
Procedure VM_GenerateWorkspace duplicates the active Workspace and adds all VectorMEP related tools and menu's.
 
Procedure VM_GenerateWorkspace duplicates the active Workspace and adds all VectorMEP related tools and menu's.

Latest revision as of 04:30, 13 December 2020


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