IMotionPath class

IMotionPath class

Represent motion path.

The IMotionPath type exposes the following members:

Properties

PropertyDescription
countReturns the number of paths in the collection.
Read-only int.

Returns a command at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
addAdd new command to path
insertInsert new command to path
clearRemoves all commands from the collection.
removeRemoves specified commans from the collection.
remove_atRemoves a command at the specified index.

See Also