public FbxPropertyInt Set(int pValue) { FbxPropertyInt ret = new FbxPropertyInt(NativeMethods.FbxPropertyInt_Set(swigCPtr, pValue), false); if (NativeMethods.SWIGPendingException.Pending) { throw NativeMethods.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyInt obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }