StopMacroRecording Method (IMacroManager) Send Feedback
See Also 
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
Stops macro recording and saves the macro to the specified folder and file names.

Syntax

Visual Basic 
Sub StopMacroRecording( _
   ByVal MacroName As System.String _
) 
C# 
void StopMacroRecording( 
   System.string MacroName
)
JavaScript 
StopMacroRecording( 
   MacroName : String
)
COM native C++ 
HRESULT StopMacroRecording( 
   BSTR MacroName
) 
C++ 
DSRESULT StopMacroRecording( 
   const dsString& MacroName
) 

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 the IMacroManager examples.
 

See Also

Availability

DraftSight V1R5.0