Structure ParamAlias

3DS Max Plug-In SDK

Structure ParamAlias

See Also: Class IParamBlock2, Class ParamBlockDesc2.

Description:

This structure is available in release 3.0 and later only.

This stucture provides information about a parameter alias. Aliases allow individual parameters or Tab<> parameter elements to be named. See the methods IParamBlock2::DefineParamAlias, FindParamAlias, etc.

typedef struct

{

TCHAR* alias;

The name of the alias.

ParamID ID;

The permanent ID of the parameter.

int tabIndex;

If the parameter is a Tab<> this is the zero based index into the table of the parameter. If the parameter is not a table this is -1.

} ParamAlias;