Пример #1
0
 public SnCurveSegments(SnCurveSegments other) : this(msclPINVOKE.new_SnCurveSegments__SWIG_1(SnCurveSegments.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public SnCurveSegmentsEnumerator(SnCurveSegments collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <byte>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
        public SnCurveSegments snCurveSegments()
        {
            SnCurveSegments ret = new SnCurveSegments(msclPINVOKE.FatigueOptions_snCurveSegments(swigCPtr), false);

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