Exemplo n.º 1
0
 public AdaptiveMeasurementModes(AdaptiveMeasurementModes other) : this(msclPINVOKE.new_AdaptiveMeasurementModes__SWIG_1(AdaptiveMeasurementModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public AdaptiveMeasurementModesEnumerator(AdaptiveMeasurementModes collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, AdaptiveMeasurementModes values)
 {
     msclPINVOKE.AdaptiveMeasurementModes_SetRange(swigCPtr, index, AdaptiveMeasurementModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
        public AdaptiveMeasurementModes supportedAdaptiveMeasurementModes()
        {
            AdaptiveMeasurementModes ret = new AdaptiveMeasurementModes(msclPINVOKE.MipNodeFeatures_supportedAdaptiveMeasurementModes(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public static AdaptiveMeasurementModes Repeat(InertialTypes.AdaptiveMeasurementMode value, int count)
        {
            global::System.IntPtr    cPtr = msclPINVOKE.AdaptiveMeasurementModes_Repeat((int)value, count);
            AdaptiveMeasurementModes ret  = (cPtr == global::System.IntPtr.Zero) ? null : new AdaptiveMeasurementModes(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public AdaptiveMeasurementModes GetRange(int index, int count)
        {
            global::System.IntPtr    cPtr = msclPINVOKE.AdaptiveMeasurementModes_GetRange(swigCPtr, index, count);
            AdaptiveMeasurementModes ret  = (cPtr == global::System.IntPtr.Zero) ? null : new AdaptiveMeasurementModes(cPtr, true);

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