public bool eq(FbxLayerElementTemplateFbxDouble pOther) { bool ret = FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxDouble_eq(swigCPtr, FbxLayerElementTemplateFbxDouble.getCPtr(pOther)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxLayerElementTemplateFbxDouble assign(FbxLayerElementTemplateFbxDouble pOther) { FbxLayerElementTemplateFbxDouble ret = new FbxLayerElementTemplateFbxDouble(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxDouble_assign(swigCPtr, FbxLayerElementTemplateFbxDouble.getCPtr(pOther)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementTemplateFbxDouble obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }