Example #1
0
 public void AddRange(Constellations values)
 {
     msclPINVOKE.Constellations_AddRange(swigCPtr, Constellations.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void SetRange(int index, Constellations values)
 {
     msclPINVOKE.Constellations_SetRange(swigCPtr, index, Constellations.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public Constellations(Constellations other) : this(msclPINVOKE.new_Constellations__SWIG_1(Constellations.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }