Example #1
0
        public SWIGTYPE_p_FbxControlSetPlug GetControlSetPlug(int pIndex)
        {
            global::System.IntPtr        cPtr = fbx_wrapperPINVOKE.FbxScene_GetControlSetPlug(swigCPtr, pIndex);
            SWIGTYPE_p_FbxControlSetPlug ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxControlSetPlug(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxControlSetPlug obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }