public void SetApertureMode(FbxCamera.EApertureMode pMode)
 {
     NativeMethods.FbxCamera_SetApertureMode(swigCPtr, (int)pMode);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
 public FbxCamera.EApertureMode GetApertureMode()
 {
     FbxCamera.EApertureMode ret = (FbxCamera.EApertureMode)NativeMethods.FbxCamera_GetApertureMode(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }