somGetNthMethodInfo - Example Code

#include <somcls.xh>
main()
{
  somEnvironmentNew();
  somId descriptor, icId = somIdFromSring("somGetMethodIndex");
  long ndx = _SOMClass->somGetMethodIndex(icId);
  somMethodData md;
  boolean rc = _SOMClass->somGetNthMethodData(index,&md);
  SOM_Test(rc && somCompareIds(gmiId, md.id));
}


[Back: somGetNthMethodInfo - Related Methods]
[Next: somGetNthMethodInfo - Topics]