PathEngine home previous: iPath::connectionIndex()next: iPath::getLength()
Contents, API Reference, Interfaces, iPath, getConnectionIndexArray

iPath::getConnectionIndexArray()

Description

Returns a pointer to a buffer containing all of the connection indices in the path.

Syntax

const tSigned32* getConnectionIndexArray() const;

Return Value

A buffer containing all of the connection indices in the path, in order.
This buffer will remain valid until the path is modified or deleted, and must not be deleted by the client application.

Remarks

See the remarks section for iPath::connectionIndex().


Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: iPath::getLength()