Esempio n. 1
0
 public virtual void setContext(SWIGTYPE_p_GiContext ctx, int mask, int apply)
 {
     democmdsPINVOKE.MgCoreView_setContext__SWIG_1(swigCPtr, SWIGTYPE_p_GiContext.getCPtr(ctx), mask, apply);
     if (democmdsPINVOKE.SWIGPendingException.Pending) throw democmdsPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_GiContext obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public virtual SWIGTYPE_p_GiContext getContext(bool forChange)
 {
     SWIGTYPE_p_GiContext ret = new SWIGTYPE_p_GiContext(democmdsPINVOKE.MgCoreView_getContext(swigCPtr, forChange), false);
     return ret;
 }