public AdaptiveMeasurementModes(AdaptiveMeasurementModes other) : this(msclPINVOKE.new_AdaptiveMeasurementModes__SWIG_1(AdaptiveMeasurementModes.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public AdaptiveMeasurementModesEnumerator(AdaptiveMeasurementModes collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, AdaptiveMeasurementModes values) { msclPINVOKE.AdaptiveMeasurementModes_SetRange(swigCPtr, index, AdaptiveMeasurementModes.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public AdaptiveMeasurementModes supportedAdaptiveMeasurementModes() { AdaptiveMeasurementModes ret = new AdaptiveMeasurementModes(msclPINVOKE.MipNodeFeatures_supportedAdaptiveMeasurementModes(swigCPtr), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }
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); }
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); }