Example #1
0
        public static HyperFile Alloc()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.HyperFile_Alloc();
            HyperFile             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new HyperFile(cPtr, false);

            return(ret);
        }
Example #2
0
        public bool Read(HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.GeMarker_Read(swigCPtr, HyperFile.getCPtr(hf));

            return(ret);
        }
Example #3
0
 public void Write(HyperFile hf)
 {
     C4dApiPINVOKE.BaseSelect_Write(swigCPtr, HyperFile.getCPtr(hf));
 }
Example #4
0
        public bool Read(HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.BaseSelect_Read(swigCPtr, HyperFile.getCPtr(hf));

            return(ret);
        }
Example #5
0
        public virtual bool Write(GeListNode node, HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.NodeData_Write(swigCPtr, GeListNode.getCPtr(node), HyperFile.getCPtr(hf));

            return(ret);
        }
Example #6
0
        public virtual bool Read(GeListNode node, HyperFile hf, int level)
        {
            bool ret = C4dApiPINVOKE.NodeData_Read(swigCPtr, GeListNode.getCPtr(node), HyperFile.getCPtr(hf), level);

            return(ret);
        }
Example #7
0
        public bool Write(HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.BaseLink_Write(swigCPtr, HyperFile.getCPtr(hf));

            return(ret);
        }
Example #8
0
        public bool WriteObject(HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.C4DAtom_WriteObject(swigCPtr, HyperFile.getCPtr(hf));

            return(ret);
        }
Example #9
0
        public bool ReadObject(HyperFile hf, bool readheader)
        {
            bool ret = C4dApiPINVOKE.C4DAtom_ReadObject(swigCPtr, HyperFile.getCPtr(hf), readheader);

            return(ret);
        }
Example #10
0
        public bool Read(HyperFile hf, int id, int level)
        {
            bool ret = C4dApiPINVOKE.C4DAtom_Read(swigCPtr, HyperFile.getCPtr(hf), id, level);

            return(ret);
        }
        public virtual bool WriteData(CustomDataType d, HyperFile hf)
        {
            bool ret = C4dApiPINVOKE.CustomDataTypeClass_WriteData(swigCPtr, CustomDataType.getCPtr(d), HyperFile.getCPtr(hf));

            return(ret);
        }
        public virtual bool ReadData(CustomDataType d, HyperFile hf, int level)
        {
            bool ret = C4dApiPINVOKE.CustomDataTypeClass_ReadData(swigCPtr, CustomDataType.getCPtr(d), HyperFile.getCPtr(hf), level);

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