public MipChannelIdentifiers(MipChannelIdentifiers other) : this(msclPINVOKE.new_MipChannelIdentifiers__SWIG_1(MipChannelIdentifiers.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public MipChannelIdentifiersEnumerator(MipChannelIdentifiers collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, MipChannelIdentifiers values)
 {
     msclPINVOKE.MipChannelIdentifiers_SetRange(swigCPtr, index, MipChannelIdentifiers.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
        public MipChannelIdentifiers addlIdentifiers()
        {
            MipChannelIdentifiers ret = new MipChannelIdentifiers(msclPINVOKE.MipDataPoint_addlIdentifiers(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static MipChannelIdentifiers Repeat(MipChannelIdentifier value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipChannelIdentifiers_Repeat(MipChannelIdentifier.getCPtr(value), count);
            MipChannelIdentifiers ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannelIdentifiers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public MipChannelIdentifiers GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipChannelIdentifiers_GetRange(swigCPtr, index, count);
            MipChannelIdentifiers ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannelIdentifiers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MipChannelIdentifiers obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }