_intGetNext() public méthode

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