Beispiel #1
0
 public FatigueModes(FatigueModes other) : this(msclPINVOKE.new_FatigueModes__SWIG_1(FatigueModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FatigueModesEnumerator(FatigueModes collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
 public void SetRange(int index, FatigueModes values)
 {
     msclPINVOKE.FatigueModes_SetRange(swigCPtr, index, FatigueModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
        public virtual FatigueModes fatigueModes()
        {
            FatigueModes ret = new FatigueModes(msclPINVOKE.NodeFeatures_fatigueModes(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #5
0
        public static FatigueModes Repeat(WirelessTypes.FatigueMode value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.FatigueModes_Repeat((int)value, count);
            FatigueModes          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FatigueModes(cPtr, true);

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

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