public bool ne(FbxPropertyHandle pHandle) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_ne(swigCPtr, FbxPropertyHandle.getCPtr(pHandle)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool gt(FbxPropertyHandle pHandle) { bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_gt(swigCPtr, FbxPropertyHandle.getCPtr(pHandle)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsConnectedDst(FbxPropertyHandle pDst) { bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_IsConnectedDst(swigCPtr, FbxPropertyHandle.getCPtr(pDst)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool SetParent(FbxPropertyHandle pOther) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_SetParent(swigCPtr, FbxPropertyHandle.getCPtr(pOther)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsDescendentOf(FbxPropertyHandle pParent) { bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_IsDescendentOf(swigCPtr, FbxPropertyHandle.getCPtr(pParent)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool DisconnectSrc(FbxPropertyHandle pSrc) { bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_DisconnectSrc(swigCPtr, FbxPropertyHandle.getCPtr(pSrc)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsChildOf(FbxPropertyHandle pParent) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_IsChildOf(swigCPtr, FbxPropertyHandle.getCPtr(pParent)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static FbxPropertyHandle Create(FbxPropertyHandle pInstanceOf) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_Create__SWIG_1(FbxPropertyHandle.getCPtr(pInstanceOf)), true); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool ConnectDst(FbxPropertyHandle pDst, FbxConnection.EType pType) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_ConnectDst__SWIG_0(swigCPtr, FbxPropertyHandle.getCPtr(pDst), (int)pType); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsConnectedSrc(FbxPropertyHandle pSrc) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_IsConnectedSrc(swigCPtr, FbxPropertyHandle.getCPtr(pSrc)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle Find(string pName, string pChildrenSeparator, FbxPropertyHandle pTypeInfo, bool pCaseSensitive) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_Find__SWIG_3(swigCPtr, pName, pChildrenSeparator, FbxPropertyHandle.getCPtr(pTypeInfo), pCaseSensitive), true); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle GetNextDescendent(FbxPropertyHandle pHandle) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetNextDescendent(swigCPtr, FbxPropertyHandle.getCPtr(pHandle)), true); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle Find(string pName, FbxPropertyHandle pTypeInfo, bool pCaseSensitive) { FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_Find__SWIG_1(swigCPtr, pName, FbxPropertyHandle.getCPtr(pTypeInfo), pCaseSensitive), true); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle assign(FbxPropertyHandle pHandle) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_assign(swigCPtr, FbxPropertyHandle.getCPtr(pHandle)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle(FbxPropertyHandle pAddress) : this(FbxWrapperNativePINVOKE.new_FbxPropertyHandle__SWIG_1(FbxPropertyHandle.getCPtr(pAddress)), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public FbxDataType(FbxPropertyHandle pTypeInfoHandle) : this(FbxWrapperNativePINVOKE.new_FbxDataType__SWIG_2(FbxPropertyHandle.getCPtr(pTypeInfoHandle)), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public bool ConnectSrc(FbxPropertyHandle pSrc, FbxConnection.EType pType) { bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_ConnectSrc__SWIG_0(swigCPtr, FbxPropertyHandle.getCPtr(pSrc), (int)pType); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool DisconnectDst(FbxPropertyHandle pDst) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_DisconnectDst(swigCPtr, FbxPropertyHandle.getCPtr(pDst)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static FbxPropertyHandle Create(string pName, FbxPropertyHandle pTypeInfo) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_Create__SWIG_4(pName, FbxPropertyHandle.getCPtr(pTypeInfo)), true); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxPropertyHandle Add(string pName, FbxPropertyHandle pTypeInfo) { FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_Add(swigCPtr, pName, FbxPropertyHandle.getCPtr(pTypeInfo)), true); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }