Exemple #1
0
 public bool Read(SWIGTYPE_p_HyperFile hf) {
   bool ret = C4dApiPINVOKE.GeMarker_Read(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf));
   return ret;
 }
Exemple #2
0
 public bool Write(SWIGTYPE_p_HyperFile hf) {
   bool ret = C4dApiPINVOKE.DescID_Write(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf));
   return ret;
 }
Exemple #3
0
 public bool WriteObject(SWIGTYPE_p_HyperFile hf) {
   bool ret = C4dApiPINVOKE.C4DAtom_WriteObject(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf));
   return ret;
 }
Exemple #4
0
 public bool Read(SWIGTYPE_p_HyperFile hf, int id, int level) {
   bool ret = C4dApiPINVOKE.C4DAtom_Read(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf), id, level);
   return ret;
 }
Exemple #5
0
 public virtual bool Write(GeListNode node, SWIGTYPE_p_HyperFile hf) {
   bool ret = C4dApiPINVOKE.NodeData_Write(swigCPtr, GeListNode.getCPtr(node), SWIGTYPE_p_HyperFile.getCPtr(hf));
   return ret;
 }
Exemple #6
0
 public bool ReadObject(SWIGTYPE_p_HyperFile hf, bool readheader) {
   bool ret = C4dApiPINVOKE.C4DAtom_ReadObject(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf), readheader);
   return ret;
 }
Exemple #7
0
 public virtual bool Read(GeListNode node, SWIGTYPE_p_HyperFile hf, int level) {
   bool ret = C4dApiPINVOKE.NodeData_Read(swigCPtr, GeListNode.getCPtr(node), SWIGTYPE_p_HyperFile.getCPtr(hf), level);
   return ret;
 }
 public virtual bool ReadData(CustomDataType d, SWIGTYPE_p_HyperFile hf, int level) {
   bool ret = C4dApiPINVOKE.CustomDataTypeClass_ReadData(swigCPtr, CustomDataType.getCPtr(d), SWIGTYPE_p_HyperFile.getCPtr(hf), level);
   return ret;
 }
 public virtual bool WriteData(CustomDataType d, SWIGTYPE_p_HyperFile hf) {
   bool ret = C4dApiPINVOKE.CustomDataTypeClass_WriteData(swigCPtr, CustomDataType.getCPtr(d), SWIGTYPE_p_HyperFile.getCPtr(hf));
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_HyperFile obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #11
0
 public void Write(SWIGTYPE_p_HyperFile hf) {
   C4dApiPINVOKE.BaseSelect_Write(swigCPtr, SWIGTYPE_p_HyperFile.getCPtr(hf));
 }