_intGetNext() public method

public _intGetNext ( Context ctx, int type ) : int
ctx Context
type int
return int
Beispiel #1
0
 public static int _sgsGetNext(IntPtr ctx, IntPtr varobj, int type)
 {
     IObjectBase obj = _IP2Obj(varobj); return(obj._intGetNext(Engine.GetCtx(ctx), type));
 }