SelectVariantNotes

<< Click to Display Table of Contents >>

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

SelectVariantNotes

Description

Highlights drawing variant notes by changing its color. You obtain the same result as clicking the Highlight all variant notes button in the DBWorks tool bar.

Syntax

call DBWShell("SelectVariantNotes")

Remarks

A drawing document must be active in Solidworks.

Example

call DBWShell( "SelectVariantNotes" )

if (okDBW = False) then exit sub