GeoProcessor / Command / Comment Block Start /*
Overview
Multiple-line comments start with /*
.
Spaces and tabs at the start of the comment line are OK.
Additional text after the comment indicator is allowed.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
Comment Block Start Command Editor (see full-size image)
Command Syntax
The command syntax is as follows:
ACommand(...)
AnotherCommand(...)
/*
ACommentedCommand(...)
AnotherCommentedCommand(...)
*/
The commands between /*
and */
lines will be recognized as commands but will not be run.
Examples
See the automated tests.
Troubleshooting
See Also
- Comment -
#
command - CommentBlockEnd -
*/
command