Hello all,
I Want Geo Spatial Administrator to generate work set configuration file with "%lock MS_DESIGNSEED" option.
Any ideas how to do this?
In the Macros node, it is possible to add a variable directive (like %lock), by using the comment character "#". E.g. add a row like:%lock MS_DESIGNSEED # = 1
What comes after the comment character "#" doesn't matter, therefore the assignment statement is ignored.Between lock and the variable MS_DESI... should only be a single space.
Answer Verified By: Nikolay Tsonev