getNth method (JavaMethodCollection - LotusScript®)

This method returns the Java method in a specified position in the enumeration.

Defined in

JavaMethodCollection

Syntax

Set Javamethod = javamethodcollection .getNth( n )

Parameters

n

Integer. The exact position within the enumeration to get the method from.

Return value

JavaMethod. The method in the nth position in the enumeration. If there is no method at the specified position, it returns null.

Example