write_annotations
write_annotations
[ -file s_fileName ]
[ -type { user | violation | via | all } ]
Description
Writes annotations to the specified file.
The GUI equivalent for this command is File—Write Application Files—Annotations.
Arguments
|
-file s_fileName
|
Specifies the name of the file to write annotations to. If you do not specify this argument, the Write Annotations dialog appears, allowing you to interactively specify the annotations file.
|
|
-type s_type
|
Specifies the type of annotations to include from the following:
|
|
|
all
|
Includes user, via, and violation annotations.
|
|
|
user
|
Writes user annotations. This is the default.
|
|
|
via
|
Writes annotations created by the remaster_via command.
|
|
|
violation
|
Writes violation annotations.
|
Value Returned
None.
Examples
This command writes user annotations to the my_annotations.xml file.
write_annotations -file my_annotations.xml
Related Topics
read_annotations
Return to top