Пример #1
0
 public PpsSourceOptions(PpsSourceOptions other) : this(msclPINVOKE.new_PpsSourceOptions__SWIG_1(PpsSourceOptions.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public PpsSourceOptionsEnumerator(PpsSourceOptions collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
 public void SetRange(int index, PpsSourceOptions values)
 {
     msclPINVOKE.PpsSourceOptions_SetRange(swigCPtr, index, PpsSourceOptions.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
        public PpsSourceOptions supportedPpsSourceOptions()
        {
            PpsSourceOptions ret = new PpsSourceOptions(msclPINVOKE.MipNodeFeatures_supportedPpsSourceOptions(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public static PpsSourceOptions Repeat(InertialTypes.PpsSource value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.PpsSourceOptions_Repeat((int)value, count);
            PpsSourceOptions      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new PpsSourceOptions(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #6
0
        public PpsSourceOptions GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.PpsSourceOptions_GetRange(swigCPtr, index, count);
            PpsSourceOptions      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new PpsSourceOptions(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PpsSourceOptions obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }