Example #1
0
 public StringVector2d(StringVector2d other) : this(csSmartIdEnginePINVOKE.new_StringVector2d__SWIG_1(StringVector2d.getCPtr(other)), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public StringVector2dEnumerator(StringVector2d collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #3
0
 public void SetRange(int index, StringVector2d values)
 {
     csSmartIdEnginePINVOKE.StringVector2d_SetRange(swigCPtr, index, StringVector2d.getCPtr(values));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
        public static StringVector2d Repeat(StringVector value, int count)
        {
            global::System.IntPtr cPtr = csSmartIdEnginePINVOKE.StringVector2d_Repeat(StringVector.getCPtr(value), count);
            StringVector2d        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StringVector2d(cPtr, true);

            if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
            {
                throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
        public StringVector2d GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = csSmartIdEnginePINVOKE.StringVector2d_GetRange(swigCPtr, index, count);
            StringVector2d        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StringVector2d(cPtr, true);

            if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
            {
                throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public StringVector2d GetSupportedDocumentTypes()
        {
            StringVector2d ret = new StringVector2d(csSmartIdEnginePINVOKE.SessionSettings_GetSupportedDocumentTypes(swigCPtr), false);

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