Difference between revisions of "Scripting"

From WireCAD Online Help
Jump to: navigation, search
(Created page with "{{PageHeader |shortcut=script |perms=various |level=XLT, PRO, ENT |desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}}")
 
Line 4: Line 4:
 
|level=XLT, PRO, ENT
 
|level=XLT, PRO, ENT
 
|desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}}
 
|desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}}
 +
 +
== What you Need to Know ==
 +
You will need a little knowledge of the c# programming language but the editor will provide hints
 +
 +
== Usage ==
 +
Currently there are no menu commands for the scripting engine. You must type the commandline shortcut script in order to launch the tool.
 +
[[File:Scripts1.png|thumb|Scripts Form]]

Revision as of 08:34, 1 October 2011

Command Line Shortcut: script

User Permissions Level: various
Product Level: XLT, PRO, ENT
Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions


What you Need to Know

You will need a little knowledge of the c# programming language but the editor will provide hints

Usage

Currently there are no menu commands for the scripting engine. You must type the commandline shortcut script in order to launch the tool.

Scripts Form