Class ParamVersionDesc

3DS Max Plug-In SDK

Class ParamVersionDesc

Description:

This structure describes a version of the parameter block.

Data Members:

ParamBlockDescID *desc;

This is an array of parameter block descriptors.

int count;

This is the number of items in the array.

DWORD version;

This is the version number.

Methods:

Prototype:

ParamVersionDesc(ParamBlockDescID *d,int c,int v);

Remarks:

Constructor.

Parameters:

ParamBlockDescID *d

This is an array of parameter block descriptors.

int c

This is the number of items in the array.

int v

This is the version number.