PathEngine home previous: iTestBed::getRightMouseState()next: iTestBed::getWindowSize()
Contents, API Reference, Interfaces, iTestBed, getVersionAttributes

iTestBed::getVersionAttributes()

Description

Obtains a set of attributes for the object that provides this interface.

Syntax

const char *const* getVersionAttributes() const;

Return Value

Returns a pointer to an array of C strings, corresponding to a set of name, attribute pairs.
The memory for these attributes is owned by PathEngine, and must not be deleted.
Handling Attributes explains the structure of the returned attributes, and gives example code for parsing them.

Remarks

This method will normally be available, and have identical linkage in each PathEngine release.

The "release" and "minor_release" attributes uniquely identify a release.

See Version Attributes for details about the attributes returned by this method.

See Interface Version Numbers for details about the versioning system used in the PathEngine SDK.

See Also

iTestBed::getInterfaceMajorVersion(), iTestBed::getInterfaceMinorVersion()

C# Mapping

string[] getVersionAttributes();

Java Mapping

String[] getVersionAttributes();

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