StopMacroRecording Method (IMacroManager)
Stops
macro recording and saves the macro to the specified folder and file names.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub StopMacroRecording( _
BSTR MacroName As System.String _
) |
C# | |
---|
void StopMacroRecording(
System.string MacroName
) |
JavaScript | |
---|
StopMacroRecording(
MacroName : System.String
) |
Parameters
- MacroName
- Name of folder where to save the macro and the name of the Visual Studio 2008 project files or the name of the .swb file to which to save the macro
Example
See Also
Availability
DraftSight V1R5.0