コード例 #1
0
ファイル: VertexMapTag.cs プロジェクト: reliefpfeiler42/Fusee
 public static void Free(SWIGTYPE_p_p_VertexMapTag bl)
 {
     C4dApiPINVOKE.VertexMapTag_Free(SWIGTYPE_p_p_VertexMapTag.getCPtr(bl));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_VertexMapTag obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }