コード例 #1
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 public void SetDefaultKey(SWIGTYPE_p_CKey pKey, bool bOverdub) {
   C4dApiPINVOKE.BaseDocument_SetDefaultKey(swigCPtr, SWIGTYPE_p_CKey.getCPtr(pKey), bOverdub);
 }
コード例 #2
0
ファイル: SWIGTYPE_p_CKey.cs プロジェクト: pr1m3c0d3/Fusee
 internal static HandleRef getCPtr(SWIGTYPE_p_CKey obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }