public void RemoveArray(FbxArrayFbxVector2 pOther) { FbxWrapperNativePINVOKE.FbxArrayFbxVector2_RemoveArray(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public void AddArrayNoDuplicate(FbxArrayFbxVector2 pOther) { FbxWrapperNativePINVOKE.FbxArrayFbxVector2_AddArrayNoDuplicate(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public bool eq(FbxArrayFbxVector2 pOther) { bool ret = FbxWrapperNativePINVOKE.FbxArrayFbxVector2_eq(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxLayerElementArray assign(FbxArrayFbxVector2 pArrayTemplate) { FbxLayerElementArray ret = new FbxLayerElementArray(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxVector2_assign__SWIG_0(swigCPtr, FbxArrayFbxVector2.getCPtr(pArrayTemplate)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxArrayFbxVector2(FbxArrayFbxVector2 pArray) : this(FbxWrapperNativePINVOKE.new_FbxArrayFbxVector2__SWIG_2(FbxArrayFbxVector2.getCPtr(pArray)), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public FbxArrayFbxVector2 assign(FbxArrayFbxVector2 pOther) { FbxArrayFbxVector2 ret = new FbxArrayFbxVector2(FbxWrapperNativePINVOKE.FbxArrayFbxVector2_assign(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }