Hi,
Does any one have any idea about how to get the class name (ex: kSplineItemBoss) from a ClassID.
I know how to get the class id;
ClassID unknownClassID = ::GetClass(unknown);
I found it from an example..
now i want to know which class name related to that ClassID..
Thanks.