PathEngine home previous: iTestBed::getMouseScreenPosition()next: iTestBed::getRightMouseState()
Contents, API Reference, Interfaces, iTestBed, getNumberOfCommandLineArguments

iTestBed::getNumberOfCommandLineArguments()

Description

Used to query testbed command line arguments.

Syntax

int32_t getNumberOfCommandLineArguments() const;

Return Value

The number of command line arguments remaining from the arguments passed in to the testbed, after the testbed's own argument string processing.

Remarks

The following argument strings are reserved by the testbed, and may be removed from the argument list on testbed startup:

Argument strings starting with an underscore character ('_') are also reserved for possible future use by the testbed.

See Also

iTestBed::getCommandLineArgument()

C# Mapping

int getNumberOfCommandLineArguments();

Java Mapping

int getNumberOfCommandLineArguments();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::getRightMouseState()