Saves the markup comments to either the specified file or to the default markup file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ShowSaveMarkup( _
ByVal SaveName As String, _
ByVal SaveAs As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim SaveName As String
Dim SaveAs As Boolean
instance.ShowSaveMarkup(SaveName, SaveAs)
|
Parameters
- SaveName
- Name of the file where to save the markup comments
- SaveAs
If... |
Then.. |
TRUE |
A dialog is displayed prompting the user to select the markup to save and the filename to which to save the markup. SaveName is ignored. |
FALSE |
If... |
Then markups from all reviewers are saved to... |
SaveName is empty |
The default filename in the current directory |
SaveName is specified |
The file specified in SaveName | |
Example
See Also
Availability
SolidWorks eDrawings API 2005 SP0