public static FbxQueryClassId Create(FbxClassId pClassId) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxQueryClassId_Create(FbxClassId.getCPtr(pClassId)); FbxQueryClassId ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxQueryClassId(cPtr, false); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxQueryClassId obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }