Class AnimPropertyList

3DS Max Plug-In SDK

Class AnimPropertyList

See Also: Class AnimProperty, Class Animatable, Class Tab.

class AnimPropertyList : public Tab<AnimProperty*>

Description:

This class is simply a table of anim properties. It has a single method to locate a given id in the list. See Class Tab for details on how to manipulate the table.

Methods:

Prototype:

int FindProperty(DWORD id,int start=0);

Remarks:

Implemented by the System.

Returns the table index of the property whose id is passed.

Parameters:

DWORD id

The id to find.

int start=0

A table index that may be used to define an alternate starting point for the search. This is a index into the table of properties.

Return Value:

The table index of the property, or if not found, -1.