somGetMethodIndex - Syntax

This method returns a class-specific index for a method. Not generally overridden.

For backward compatibility, this method does not take an Environment parameter.

SOMClass    receiver;
somId       methodId;
long        rc;

rc = somGetMethodIndex(receiver, methodId);


[Back: somGetMethodIndex]
[Next: somGetMethodIndex Parameter - receiver]