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 System.String, _
ByVal SaveAs As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim SaveName As System.String
Dim SaveAs As System.Boolean
instance.ShowSaveMarkup(SaveName, SaveAs) |
C++/CLI | |
---|
void ShowSaveMarkup(
& System.String^ SaveName,
& System.bool 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 file name to which to save the markup. SaveName is ignored. |
FALSE |
If... |
Then markups from all reviewers are saved to... |
SaveName is empty |
The default file name in the current directory |
SaveName is specified |
The file specified in SaveName | |
Example
See Also
Availability
eDrawings API 2005 SP0