Пример #1
0
        public GvDataInfo GetDataTypeInfo(int id)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetDataTypeInfo(swigCPtr, id);
            GvDataInfo            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvDataInfo(cPtr, false);

            return(ret);
        }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvDataInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }