PathEngine home previous: iTestBed::getCameraPosition()next: iTestBed::getInterfaceMajorVersion()
Contents, API Reference, Interfaces, iTestBed, getCommandLineArgument

iTestBed::getCommandLineArgument()

Description

Used to query testbed command line arguments.

Syntax

const char* getCommandLineArgument(int32_t index) const;

Parameters

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 iTestBed::getNumberOfCommandLineArguments().

Return Value

A pointer to a C string for the command line argument at the specified index.

Remarks

The memory pointed to by the returned C string will remain valid for the lifetime of the testbed application.

See Also

iTestBed::getNumberOfCommandLineArguments()

C# Mapping

string getCommandLineArgument(int index);

Java Mapping

String getCommandLineArgument(int index);

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