This method causes the somFindClass, somFindClsInFile, and somClassFromId methods to substitute one class for another.
Note: For backward compatibility, this method does not take an Environment parameter.
SOMClassMgr receiver;
string origClassName;
string newClassName;
long rc;
rc = somSubstituteClass(receiver, origClassName,
newClassName);