Difference between revisions of "Settings:User Command Line Shortcuts"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) |
Wirecadadmin (Talk | contribs) |
||
Line 18: | Line 18: | ||
|- | |- | ||
| '''Shortcut'''||Super short name. | | '''Shortcut'''||Super short name. | ||
+ | |- | ||
+ | |The follow fields are edited only by plugin designers and the WireCAD development staff. | ||
+ | |- | ||
+ | | '''Assembly'''||The dll where the method lives. | ||
+ | |- | ||
+ | | '''NamespaceClass'''||The namespace and class that have the method. | ||
+ | |- | ||
+ | | '''MethodName'''||The static method that we call to run the command. | ||
|} | |} | ||
==Remarks== | ==Remarks== | ||
You can launch a command by typing any of the three above items. | You can launch a command by typing any of the three above items. |
Revision as of 02:22, 29 December 2010
Command Line Shortcut: set User Permissions Level: Any |
XP: C:\Documents and Settings\YOURUSERNAME\Local Settings\Application Data\WireCAD\WireCAD6\Commands.txt
Vista/7: C:\Users\YOURUSERNAME\AppData\Local\WireCAD\WireCAD6\Commands.txt
Settings Explanation
Setting | Description |
---|---|
Command Name | The display name that appears in the commandline history when you run a command. |
Alias | Alternate name. |
Shortcut | Super short name. |
The follow fields are edited only by plugin designers and the WireCAD development staff. | |
Assembly | The dll where the method lives. |
NamespaceClass | The namespace and class that have the method. |
MethodName | The static method that we call to run the command. |
Remarks
You can launch a command by typing any of the three above items.