Ejemplo n.º 1
0
 public void SetDefaultKey(SWIGTYPE_p_CKey pKey, bool bOverdub) {
   C4dApiPINVOKE.BaseDocument_SetDefaultKey(swigCPtr, SWIGTYPE_p_CKey.getCPtr(pKey), bOverdub);
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_CKey obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 3
0
 public bool GetDefaultKey(SWIGTYPE_p_CKey pKey, SWIGTYPE_p_Bool bOverdub) {
   bool ret = C4dApiPINVOKE.BaseDocument_GetDefaultKey(swigCPtr, SWIGTYPE_p_CKey.getCPtr(pKey), SWIGTYPE_p_Bool.getCPtr(bOverdub));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }