.. highlightlang:: us .. _objgetnext: ObjGetNext ========== .. index:: ObjGetNext .. us.tag ObjGetNext ENGLISH :ref:`ObjGetNext` returns the handle of the next object of the specified class. .. function:: handleOut = ObjGetNext() handleOut = ObjGetNext(handle) handleOut = ObjGetNext(ssClass) handleOut = ObjGetNext(handle, ssClass) .. us.return **Return Value** *handleOut* see :ref:`ObjGetFirst`. .. us.params **Parameters** .. uparam:: handle *handle* see :ref:`ObjGetFirst`. .. uparam:: ssClass *ssClass* see :ref:`ObjGetFirst`. .. seealso:: :ref:`overview-objects`, :ref:`ObjCreate`, :ref:`ObjBeginEnum`, :ref:`ObjGetFirst` :sub:`id-1079839`