| PathEngine home | previous: | next: |
Used to query testbed command line arguments.
const char* getCommandLineArgument(tSigned32 index) const;
|
| index |
Index for the command line argument to be queried.
Must be greater than or equal to 0 and less than the value returned by
|
A pointer to a C string for the command line argument at the specified index.
The memory pointed to by the returned C string will remain valid for the lifetime of the testbed application.
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |