SetCategory

Category: Objects / Category
Since engine version: 4.6.5.0 CP

Description

Changes the category of an object.

Syntax

bool SetCategory (int iCategory, object pObj);

Parameters

iCategory:
Object category. Should be a valid C4D_x() value.
pObj:
[opt] Object to be modified. Can be 0 in local calls.

Remark

Also see object categories
See also: GetCategory
jwk, August 2002