public static FbxCharacterPropertyInfo GetPropertyInfoFromHIKProperty(string pHIKPropertyName)
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.HIK2FbxCharacterPropertyBridge_GetPropertyInfoFromHIKProperty(pHIKPropertyName);
            FbxCharacterPropertyInfo ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCharacterPropertyInfo(cPtr, false);

            return(ret);
        }
        public static FbxCharacterPropertyInfo GetAt(int i)
        {
            FbxCharacterPropertyInfo ret = new FbxCharacterPropertyInfo(FbxWrapperNativePINVOKE.HIK2FbxCharacterPropertyBridge_GetAt(i), false);

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