MDSetPageRange

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > NeutralFormat >

MDSetPageRange

Description

Assigns the current page range, on which to insert the text or graphic stamps, to the Master Drawing identified with the handler mdID

Syntax

call DBWShell("MDSetPageRange mdID page1 page2")

Parameters

mdID

Master Drawing handler

page1

beginning page for the range

page2

ending page for the range

Remarks

Set the page1 and page2 values as follow to obtain described pages range:

Page range

page1

page2

Every page

0

0

Every odd page

-1

-1

Every even page

-2

-2

First page

1

1

Last page

-3

-3

Your own page range
ex. from 3 to 4

3

4